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