#080f97
a dark, electric blue · warm · closest name: navy
RGB
8, 15, 151
HSL
237°, 90%, 31%
CMYK
95, 90, 0, 41
Luminance
0.0263
Every format
| HEX | #080f97 |
| RGB | rgb(8, 15, 151) |
| HSL | hsl(237, 90%, 31%) |
| CMYK | cmyk(95%, 90%, 0%, 41%) |
| LAB | lab(18.5 48.8 -69.9) |
| LCH | lch(18.5 85.3 304.9) |
| OKLCH | oklch(0.319 0.203 265.7) |
Copy-ready code
/* CSS */
color: #080f97;
background-color: #080f97;
/* Tailwind (arbitrary) */
class="text-[#080f97] bg-[#080f97]"
/* SCSS */
$brand: #080f97;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.592)
/* Android */
Color.parseColor("#080f97")Accessibility — WCAG contrast
Aa
#080f97 on white: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080f97 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue59.2%
CMYK percentages
Cyan94.7%
Magenta90.1%
Yellow0.0%
Key (black)40.8%
Color previews
#080f97 text on a black background
contrast 1.53:1
Card sample
#080f97 text on a white background
contrast 13.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080f97;
Background color
Panel with #080f97 background
background-color: #080f97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080f97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080f97; background: linear-gradient(135deg, #080f97, #600897);