#02002d
a deep, electric blue · warm · closest name: black
RGB
2, 0, 45
HSL
243°, 100%, 9%
CMYK
96, 100, 0, 82
Luminance
0.0020
Every format
| HEX | #02002d |
| RGB | rgb(2, 0, 45) |
| HSL | hsl(243, 100%, 9%) |
| CMYK | cmyk(96%, 100%, 0%, 82%) |
| LAB | lab(1.8 12.5 -26.1) |
| LCH | lch(1.8 28.9 295.7) |
| OKLCH | oklch(0.137 0.091 268.8) |
Copy-ready code
/* CSS */
color: #02002d;
background-color: #02002d;
/* Tailwind (arbitrary) */
class="text-[#02002d] bg-[#02002d]"
/* SCSS */
$brand: #02002d;
/* SwiftUI */
Color(red: 0.008, green: 0.000, blue: 0.176)
/* Android */
Color.parseColor("#02002d")Accessibility — WCAG contrast
Aa
#02002d on white: 20.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02002d on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green0.0%
Blue17.6%
CMYK percentages
Cyan95.6%
Magenta100.0%
Yellow0.0%
Key (black)82.4%
Color previews
#02002d text on a black background
contrast 1.04:1
Card sample
#02002d text on a white background
contrast 20.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02002d;
Background color
Panel with #02002d background
background-color: #02002d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02002d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 0, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 0, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02002d; background: linear-gradient(135deg, #02002d, #20002D);