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