#080f9c
a dark, electric blue · warm · closest name: navy
RGB
8, 15, 156
HSL
237°, 90%, 32%
CMYK
95, 90, 0, 39
Luminance
0.0279
Every format
| HEX | #080f9c |
| RGB | rgb(8, 15, 156) |
| HSL | hsl(237, 90%, 32%) |
| CMYK | cmyk(95%, 90%, 0%, 39%) |
| LAB | lab(19.2 50.3 -71.8) |
| LCH | lch(19.2 87.7 305.0) |
| OKLCH | oklch(0.326 0.208 265.6) |
Copy-ready code
/* CSS */
color: #080f9c;
background-color: #080f9c;
/* Tailwind (arbitrary) */
class="text-[#080f9c] bg-[#080f9c]"
/* SCSS */
$brand: #080f9c;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.612)
/* Android */
Color.parseColor("#080f9c")Accessibility — WCAG contrast
Aa
#080f9c on white: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080f9c on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue61.2%
CMYK percentages
Cyan94.9%
Magenta90.4%
Yellow0.0%
Key (black)38.8%
Color previews
#080f9c text on a black background
contrast 1.56:1
Card sample
#080f9c text on a white background
contrast 13.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080f9c;
Background color
Panel with #080f9c background
background-color: #080f9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080f9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080f9c; background: linear-gradient(135deg, #080f9c, #64089C);