Narwhal Grey
#080813
Looking for the precise values behind Narwhal Grey (#080813)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #080813 | |
|---|---|---|
| RGB | rgb(8, 8, 19) | |
| HSL | hsl(240, 41%, 5%) | |
| CMYK | cmyk(58%, 58%, 0%, 93%) | |
| LAB | lab(2, 1, -5) | |
| OKLCH | oklch(0.14 0.024 283) |
Color harmonies
Tints & shades
Code snippets
color: #080813;
background-color: #080813;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF080813)
/* Swift / UIKit */
UIColor(red: 0.03, green: 0.03, blue: 0.07, alpha: 1.0)