#08044f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 4, 79
HSL
243°, 90%, 16%
CMYK
90, 95, 0, 69
Luminance
0.0070
Every format
| HEX | #08044f |
| RGB | rgb(8, 4, 79) |
| HSL | hsl(243, 90%, 16%) |
| CMYK | cmyk(90%, 95%, 0%, 69%) |
| LAB | lab(6.3 30.6 -43.3) |
| LCH | lch(6.3 53.0 305.2) |
| OKLCH | oklch(0.205 0.126 270.0) |
Copy-ready code
/* CSS */
color: #08044f;
background-color: #08044f;
/* Tailwind (arbitrary) */
class="text-[#08044f] bg-[#08044f]"
/* SCSS */
$brand: #08044f;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.310)
/* Android */
Color.parseColor("#08044f")Accessibility — WCAG contrast
Aa
#08044f on white: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08044f on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue31.0%
CMYK percentages
Cyan89.9%
Magenta94.9%
Yellow0.0%
Key (black)69.0%
Color previews
#08044f text on a black background
contrast 1.14:1
Card sample
#08044f text on a white background
contrast 18.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08044f;
Background color
Panel with #08044f background
background-color: #08044f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08044f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08044f; background: linear-gradient(135deg, #08044f, #3A044F);