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