#08042d
a deep, electric blue · warm · closest name: black
RGB
8, 4, 45
HSL
246°, 84%, 10%
CMYK
82, 91, 0, 82
Luminance
0.0033
Every format
| HEX | #08042d |
| RGB | rgb(8, 4, 45) |
| HSL | hsl(246, 84%, 10%) |
| CMYK | cmyk(82%, 91%, 0%, 82%) |
| LAB | lab(3.0 12.5 -24.3) |
| LCH | lch(3.0 27.3 297.3) |
| OKLCH | oklch(0.157 0.079 277.8) |
Copy-ready code
/* CSS */
color: #08042d;
background-color: #08042d;
/* Tailwind (arbitrary) */
class="text-[#08042d] bg-[#08042d]"
/* SCSS */
$brand: #08042d;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.176)
/* Android */
Color.parseColor("#08042d")Accessibility — WCAG contrast
Aa
#08042d on white: 19.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08042d on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue17.6%
CMYK percentages
Cyan82.2%
Magenta91.1%
Yellow0.0%
Key (black)82.4%
Color previews
#08042d text on a black background
contrast 1.07:1
Card sample
#08042d text on a white background
contrast 19.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08042d;
Background color
Panel with #08042d background
background-color: #08042d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08042d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08042d; background: linear-gradient(135deg, #08042d, #23042D);