#080f7d
a dark, electric blue · warm · closest name: navy
RGB
8, 15, 125
HSL
236°, 88%, 26%
CMYK
94, 88, 0, 51
Luminance
0.0187
Every format
| HEX | #080f7d |
| RGB | rgb(8, 15, 125) |
| HSL | hsl(236, 88%, 26%) |
| CMYK | cmyk(94%, 88%, 0%, 51%) |
| LAB | lab(14.8 40.7 -59.7) |
| LCH | lch(14.8 72.3 304.3) |
| OKLCH | oklch(0.283 0.173 266.4) |
Copy-ready code
/* CSS */
color: #080f7d;
background-color: #080f7d;
/* Tailwind (arbitrary) */
class="text-[#080f7d] bg-[#080f7d]"
/* SCSS */
$brand: #080f7d;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.490)
/* Android */
Color.parseColor("#080f7d")Accessibility — WCAG contrast
Aa
#080f7d on white: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080f7d on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue49.0%
CMYK percentages
Cyan93.6%
Magenta88.0%
Yellow0.0%
Key (black)51.0%
Color previews
#080f7d text on a black background
contrast 1.37:1
Card sample
#080f7d text on a white background
contrast 15.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080f7d;
Background color
Panel with #080f7d background
background-color: #080f7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080f7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080f7d; background: linear-gradient(135deg, #080f7d, #4F087D);