#080249
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 2, 73
HSL
245°, 95%, 15%
CMYK
89, 97, 0, 71
Luminance
0.0058
Every format
| HEX | #080249 |
| RGB | rgb(8, 2, 73) |
| HSL | hsl(245, 95%, 15%) |
| CMYK | cmyk(89%, 97%, 0%, 71%) |
| LAB | lab(5.2 28.9 -41.0) |
| LCH | lch(5.2 50.2 305.2) |
| OKLCH | oklch(0.193 0.120 271.1) |
Copy-ready code
/* CSS */
color: #080249;
background-color: #080249;
/* Tailwind (arbitrary) */
class="text-[#080249] bg-[#080249]"
/* SCSS */
$brand: #080249;
/* SwiftUI */
Color(red: 0.031, green: 0.008, blue: 0.286)
/* Android */
Color.parseColor("#080249")Accessibility — WCAG contrast
Aa
#080249 on white: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080249 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.8%
Blue28.6%
CMYK percentages
Cyan89.0%
Magenta97.3%
Yellow0.0%
Key (black)71.4%
Color previews
#080249 text on a black background
contrast 1.12:1
Card sample
#080249 text on a white background
contrast 18.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080249;
Background color
Panel with #080249 background
background-color: #080249;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080249;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 2, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 2, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080249; background: linear-gradient(135deg, #080249, #370249);