#08169b
a dark, electric blue · warm · closest name: navy
RGB
8, 22, 155
HSL
234°, 90%, 32%
CMYK
95, 86, 0, 39
Luminance
0.0299
Every format
| HEX | #08169b |
| RGB | rgb(8, 22, 155) |
| HSL | hsl(234, 90%, 32%) |
| CMYK | cmyk(95%, 86%, 0%, 39%) |
| LAB | lab(20.0 47.2 -69.8) |
| LCH | lch(20.0 84.3 304.0) |
| OKLCH | oklch(0.331 0.203 265.6) |
Copy-ready code
/* CSS */
color: #08169b;
background-color: #08169b;
/* Tailwind (arbitrary) */
class="text-[#08169b] bg-[#08169b]"
/* SCSS */
$brand: #08169b;
/* SwiftUI */
Color(red: 0.031, green: 0.086, blue: 0.608)
/* Android */
Color.parseColor("#08169b")Accessibility — WCAG contrast
Aa
#08169b on white: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08169b on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green8.6%
Blue60.8%
CMYK percentages
Cyan94.8%
Magenta85.8%
Yellow0.0%
Key (black)39.2%
Color previews
#08169b text on a black background
contrast 1.60:1
Card sample
#08169b text on a white background
contrast 13.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08169b;
Background color
Panel with #08169b background
background-color: #08169b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08169b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 22, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 22, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08169b; background: linear-gradient(135deg, #08169b, #5C089B);