#08064b
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 6, 75
HSL
242°, 85%, 16%
CMYK
89, 92, 0, 71
Luminance
0.0069
Every format
| HEX | #08064b |
| RGB | rgb(8, 6, 75) |
| HSL | hsl(242, 85%, 16%) |
| CMYK | cmyk(89%, 92%, 0%, 71%) |
| LAB | lab(6.2 27.8 -40.7) |
| LCH | lch(6.2 49.2 304.3) |
| OKLCH | oklch(0.203 0.118 270.3) |
Copy-ready code
/* CSS */
color: #08064b;
background-color: #08064b;
/* Tailwind (arbitrary) */
class="text-[#08064b] bg-[#08064b]"
/* SCSS */
$brand: #08064b;
/* SwiftUI */
Color(red: 0.031, green: 0.024, blue: 0.294)
/* Android */
Color.parseColor("#08064b")Accessibility — WCAG contrast
Aa
#08064b on white: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08064b on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.4%
Blue29.4%
CMYK percentages
Cyan89.3%
Magenta92.0%
Yellow0.0%
Key (black)70.6%
Color previews
#08064b text on a black background
contrast 1.14:1
Card sample
#08064b text on a white background
contrast 18.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08064b;
Background color
Panel with #08064b background
background-color: #08064b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08064b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 6, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 6, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08064b; background: linear-gradient(135deg, #08064b, #36064B);