#08022c
a deep, electric blue · warm · closest name: black
RGB
8, 2, 44
HSL
249°, 91%, 9%
CMYK
82, 96, 0, 83
Luminance
0.0028
Every format
| HEX | #08022c |
| RGB | rgb(8, 2, 44) |
| HSL | hsl(249, 91%, 9%) |
| CMYK | cmyk(82%, 96%, 0%, 83%) |
| LAB | lab(2.5 12.8 -24.2) |
| LCH | lch(2.5 27.4 297.9) |
| OKLCH | oklch(0.150 0.082 279.5) |
Copy-ready code
/* CSS */
color: #08022c;
background-color: #08022c;
/* Tailwind (arbitrary) */
class="text-[#08022c] bg-[#08022c]"
/* SCSS */
$brand: #08022c;
/* SwiftUI */
Color(red: 0.031, green: 0.008, blue: 0.173)
/* Android */
Color.parseColor("#08022c")Accessibility — WCAG contrast
Aa
#08022c on white: 19.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08022c on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.8%
Blue17.3%
CMYK percentages
Cyan81.8%
Magenta95.5%
Yellow0.0%
Key (black)82.7%
Color previews
#08022c text on a black background
contrast 1.06:1
Card sample
#08022c text on a white background
contrast 19.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08022c;
Background color
Panel with #08022c background
background-color: #08022c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08022c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 2, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 2, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08022c; background: linear-gradient(135deg, #08022c, #24022C);