#080239
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 2, 57
HSL
247°, 93%, 12%
CMYK
86, 97, 0, 78
Luminance
0.0039
Every format
| HEX | #080239 |
| RGB | rgb(8, 2, 57) |
| HSL | hsl(247, 93%, 12%) |
| CMYK | cmyk(86%, 97%, 0%, 78%) |
| LAB | lab(3.5 20.0 -32.3) |
| LCH | lch(3.5 38.0 301.8) |
| OKLCH | oklch(0.169 0.100 274.7) |
Copy-ready code
/* CSS */
color: #080239;
background-color: #080239;
/* Tailwind (arbitrary) */
class="text-[#080239] bg-[#080239]"
/* SCSS */
$brand: #080239;
/* SwiftUI */
Color(red: 0.031, green: 0.008, blue: 0.224)
/* Android */
Color.parseColor("#080239")Accessibility — WCAG contrast
Aa
#080239 on white: 19.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080239 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.8%
Blue22.4%
CMYK percentages
Cyan86.0%
Magenta96.5%
Yellow0.0%
Key (black)77.6%
Color previews
#080239 text on a black background
contrast 1.08:1
Card sample
#080239 text on a white background
contrast 19.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080239;
Background color
Panel with #080239 background
background-color: #080239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 2, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 2, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080239; background: linear-gradient(135deg, #080239, #2D0239);