#08041f
a deep, electric blue · warm · closest name: black
RGB
8, 4, 31
HSL
249°, 77%, 7%
CMYK
74, 87, 0, 88
Luminance
0.0024
Every format
| HEX | #08041f |
| RGB | rgb(8, 4, 31) |
| HSL | hsl(249, 77%, 7%) |
| CMYK | cmyk(74%, 87%, 0%, 88%) |
| LAB | lab(2.1 6.8 -14.7) |
| LCH | lch(2.1 16.2 294.8) |
| OKLCH | oklch(0.139 0.057 285.0) |
Copy-ready code
/* CSS */
color: #08041f;
background-color: #08041f;
/* Tailwind (arbitrary) */
class="text-[#08041f] bg-[#08041f]"
/* SCSS */
$brand: #08041f;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.122)
/* Android */
Color.parseColor("#08041f")Accessibility — WCAG contrast
Aa
#08041f on white: 20.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08041f on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue12.2%
CMYK percentages
Cyan74.2%
Magenta87.1%
Yellow0.0%
Key (black)87.8%
Color previews
#08041f text on a black background
contrast 1.05:1
Card sample
#08041f text on a white background
contrast 20.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08041f;
Background color
Panel with #08041f background
background-color: #08041f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08041f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08041f; background: linear-gradient(135deg, #08041f, #1A041F);