#080237
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 2, 55
HSL
247°, 93%, 11%
CMYK
86, 96, 0, 78
Luminance
0.0037
Every format
| HEX | #080237 |
| RGB | rgb(8, 2, 55) |
| HSL | hsl(247, 93%, 11%) |
| CMYK | cmyk(86%, 96%, 0%, 78%) |
| LAB | lab(3.4 18.8 -31.1) |
| LCH | lch(3.4 36.3 301.2) |
| OKLCH | oklch(0.166 0.097 275.3) |
Copy-ready code
/* CSS */
color: #080237;
background-color: #080237;
/* Tailwind (arbitrary) */
class="text-[#080237] bg-[#080237]"
/* SCSS */
$brand: #080237;
/* SwiftUI */
Color(red: 0.031, green: 0.008, blue: 0.216)
/* Android */
Color.parseColor("#080237")Accessibility — WCAG contrast
Aa
#080237 on white: 19.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080237 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.8%
Blue21.6%
CMYK percentages
Cyan85.5%
Magenta96.4%
Yellow0.0%
Key (black)78.4%
Color previews
#080237 text on a black background
contrast 1.07:1
Card sample
#080237 text on a white background
contrast 19.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080237;
Background color
Panel with #080237 background
background-color: #080237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 2, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 2, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080237; background: linear-gradient(135deg, #080237, #2B0237);