#080f8d
a dark, electric blue · warm · closest name: navy
RGB
8, 15, 141
HSL
237°, 89%, 29%
CMYK
94, 89, 0, 45
Luminance
0.0232
Every format
| HEX | #080f8d |
| RGB | rgb(8, 15, 141) |
| HSL | hsl(237, 89%, 29%) |
| CMYK | cmyk(94%, 89%, 0%, 45%) |
| LAB | lab(17.1 45.8 -66.1) |
| LCH | lch(17.1 80.4 304.7) |
| OKLCH | oklch(0.305 0.192 266.0) |
Copy-ready code
/* CSS */
color: #080f8d;
background-color: #080f8d;
/* Tailwind (arbitrary) */
class="text-[#080f8d] bg-[#080f8d]"
/* SCSS */
$brand: #080f8d;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.553)
/* Android */
Color.parseColor("#080f8d")Accessibility — WCAG contrast
Aa
#080f8d on white: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080f8d on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue55.3%
CMYK percentages
Cyan94.3%
Magenta89.4%
Yellow0.0%
Key (black)44.7%
Color previews
#080f8d text on a black background
contrast 1.46:1
Card sample
#080f8d text on a white background
contrast 14.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080f8d;
Background color
Panel with #080f8d background
background-color: #080f8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080f8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080f8d; background: linear-gradient(135deg, #080f8d, #5A088D);