#08043f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 4, 63
HSL
244°, 88%, 13%
CMYK
87, 94, 0, 75
Luminance
0.0050
Every format
| HEX | #08043f |
| RGB | rgb(8, 4, 63) |
| HSL | hsl(244, 88%, 13%) |
| CMYK | cmyk(87%, 94%, 0%, 75%) |
| LAB | lab(4.5 22.7 -35.0) |
| LCH | lch(4.5 41.7 302.9) |
| OKLCH | oklch(0.182 0.105 272.7) |
Copy-ready code
/* CSS */
color: #08043f;
background-color: #08043f;
/* Tailwind (arbitrary) */
class="text-[#08043f] bg-[#08043f]"
/* SCSS */
$brand: #08043f;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.247)
/* Android */
Color.parseColor("#08043f")Accessibility — WCAG contrast
Aa
#08043f on white: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08043f on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue24.7%
CMYK percentages
Cyan87.3%
Magenta93.7%
Yellow0.0%
Key (black)75.3%
Color previews
#08043f text on a black background
contrast 1.10:1
Card sample
#08043f text on a white background
contrast 19.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08043f;
Background color
Panel with #08043f background
background-color: #08043f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08043f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08043f; background: linear-gradient(135deg, #08043f, #2F043F);