#080337
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 3, 55
HSL
246°, 90%, 11%
CMYK
86, 95, 0, 78
Luminance
0.0039
Every format
| HEX | #080337 |
| RGB | rgb(8, 3, 55) |
| HSL | hsl(246, 90%, 11%) |
| CMYK | cmyk(86%, 95%, 0%, 78%) |
| LAB | lab(3.5 18.4 -30.8) |
| LCH | lch(3.5 35.9 300.9) |
| OKLCH | oklch(0.169 0.096 274.9) |
Copy-ready code
/* CSS */
color: #080337;
background-color: #080337;
/* Tailwind (arbitrary) */
class="text-[#080337] bg-[#080337]"
/* SCSS */
$brand: #080337;
/* SwiftUI */
Color(red: 0.031, green: 0.012, blue: 0.216)
/* Android */
Color.parseColor("#080337")Accessibility — WCAG contrast
Aa
#080337 on white: 19.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080337 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.2%
Blue21.6%
CMYK percentages
Cyan85.5%
Magenta94.5%
Yellow0.0%
Key (black)78.4%
Color previews
#080337 text on a black background
contrast 1.08:1
Card sample
#080337 text on a white background
contrast 19.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080337;
Background color
Panel with #080337 background
background-color: #080337;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080337;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 3, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 3, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080337; background: linear-gradient(135deg, #080337, #2B0337);