#08084a
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 8, 74
HSL
240°, 81%, 16%
CMYK
89, 89, 0, 71
Luminance
0.0072
Every format
| HEX | #08084a |
| RGB | rgb(8, 8, 74) |
| HSL | hsl(240, 81%, 16%) |
| CMYK | cmyk(89%, 89%, 0%, 71%) |
| LAB | lab(6.5 26.2 -39.5) |
| LCH | lch(6.5 47.5 303.6) |
| OKLCH | oklch(0.205 0.115 270.1) |
Copy-ready code
/* CSS */
color: #08084a;
background-color: #08084a;
/* Tailwind (arbitrary) */
class="text-[#08084a] bg-[#08084a]"
/* SCSS */
$brand: #08084a;
/* SwiftUI */
Color(red: 0.031, green: 0.031, blue: 0.290)
/* Android */
Color.parseColor("#08084a")Accessibility — WCAG contrast
Aa
#08084a on white: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08084a on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.1%
Blue29.0%
CMYK percentages
Cyan89.2%
Magenta89.2%
Yellow0.0%
Key (black)71.0%
Color previews
#08084a text on a black background
contrast 1.14:1
Card sample
#08084a text on a white background
contrast 18.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08084a;
Background color
Panel with #08084a background
background-color: #08084a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08084a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 8, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 8, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08084a; background: linear-gradient(135deg, #08084a, #34084A);