#08091f
a deep, vivid blue · warm · closest name: black
RGB
8, 9, 31
HSL
237°, 59%, 8%
CMYK
74, 71, 0, 88
Luminance
0.0035
Every format
| HEX | #08091f |
| RGB | rgb(8, 9, 31) |
| HSL | hsl(237, 59%, 8%) |
| CMYK | cmyk(74%, 71%, 0%, 88%) |
| LAB | lab(3.1 4.8 -13.2) |
| LCH | lch(3.1 14.0 289.8) |
| OKLCH | oklch(0.154 0.046 277.4) |
Copy-ready code
/* CSS */
color: #08091f;
background-color: #08091f;
/* Tailwind (arbitrary) */
class="text-[#08091f] bg-[#08091f]"
/* SCSS */
$brand: #08091f;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.122)
/* Android */
Color.parseColor("#08091f")Accessibility — WCAG contrast
Aa
#08091f on white: 19.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08091f on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue12.2%
CMYK percentages
Cyan74.2%
Magenta71.0%
Yellow0.0%
Key (black)87.8%
Color previews
#08091f text on a black background
contrast 1.07:1
Card sample
#08091f text on a white background
contrast 19.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08091f;
Background color
Panel with #08091f background
background-color: #08091f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08091f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08091f; background: linear-gradient(135deg, #08091f, #16081F);