#08002a
a deep, electric blue · warm · closest name: black
RGB
8, 0, 42
HSL
251°, 100%, 8%
CMYK
81, 100, 0, 84
Luminance
0.0022
Every format
| HEX | #08002a |
| RGB | rgb(8, 0, 42) |
| HSL | hsl(251, 100%, 8%) |
| CMYK | cmyk(81%, 100%, 0%, 84%) |
| LAB | lab(2.0 12.7 -23.5) |
| LCH | lch(2.0 26.7 298.4) |
| OKLCH | oklch(0.141 0.084 281.9) |
Copy-ready code
/* CSS */
color: #08002a;
background-color: #08002a;
/* Tailwind (arbitrary) */
class="text-[#08002a] bg-[#08002a]"
/* SCSS */
$brand: #08002a;
/* SwiftUI */
Color(red: 0.031, green: 0.000, blue: 0.165)
/* Android */
Color.parseColor("#08002a")Accessibility — WCAG contrast
Aa
#08002a on white: 20.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08002a on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.0%
Blue16.5%
CMYK percentages
Cyan81.0%
Magenta100.0%
Yellow0.0%
Key (black)83.5%
Color previews
#08002a text on a black background
contrast 1.04:1
Card sample
#08002a text on a white background
contrast 20.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08002a;
Background color
Panel with #08002a background
background-color: #08002a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08002a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 0, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 0, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08002a; background: linear-gradient(135deg, #08002a, #24002A);