#08084c
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 8, 76
HSL
240°, 81%, 17%
CMYK
90, 90, 0, 70
Luminance
0.0075
Every format
| HEX | #08084c |
| RGB | rgb(8, 8, 76) |
| HSL | hsl(240, 81%, 17%) |
| CMYK | cmyk(90%, 90%, 0%, 70%) |
| LAB | lab(6.8 27.1 -40.5) |
| LCH | lch(6.8 48.8 303.8) |
| OKLCH | oklch(0.207 0.118 269.9) |
Copy-ready code
/* CSS */
color: #08084c;
background-color: #08084c;
/* Tailwind (arbitrary) */
class="text-[#08084c] bg-[#08084c]"
/* SCSS */
$brand: #08084c;
/* SwiftUI */
Color(red: 0.031, green: 0.031, blue: 0.298)
/* Android */
Color.parseColor("#08084c")Accessibility — WCAG contrast
Aa
#08084c on white: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08084c on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.1%
Blue29.8%
CMYK percentages
Cyan89.5%
Magenta89.5%
Yellow0.0%
Key (black)70.2%
Color previews
#08084c text on a black background
contrast 1.15:1
Card sample
#08084c text on a white background
contrast 18.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08084c;
Background color
Panel with #08084c background
background-color: #08084c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08084c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 8, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 8, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08084c; background: linear-gradient(135deg, #08084c, #35084C);