#08044b
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 4, 75
HSL
243°, 90%, 16%
CMYK
89, 95, 0, 71
Luminance
0.0065
Every format
| HEX | #08044b |
| RGB | rgb(8, 4, 75) |
| HSL | hsl(243, 90%, 16%) |
| CMYK | cmyk(89%, 95%, 0%, 71%) |
| LAB | lab(5.8 28.8 -41.3) |
| LCH | lch(5.8 50.4 304.9) |
| OKLCH | oklch(0.200 0.121 270.5) |
Copy-ready code
/* CSS */
color: #08044b;
background-color: #08044b;
/* Tailwind (arbitrary) */
class="text-[#08044b] bg-[#08044b]"
/* SCSS */
$brand: #08044b;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.294)
/* Android */
Color.parseColor("#08044b")Accessibility — WCAG contrast
Aa
#08044b on white: 18.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08044b on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue29.4%
CMYK percentages
Cyan89.3%
Magenta94.7%
Yellow0.0%
Key (black)70.6%
Color previews
#08044b text on a black background
contrast 1.13:1
Card sample
#08044b text on a white background
contrast 18.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08044b;
Background color
Panel with #08044b background
background-color: #08044b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08044b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08044b; background: linear-gradient(135deg, #08044b, #37044B);