#02002f
a deep, electric blue · warm · closest name: black
RGB
2, 0, 47
HSL
243°, 100%, 9%
CMYK
96, 100, 0, 82
Luminance
0.0022
Every format
| HEX | #02002f |
| RGB | rgb(2, 0, 47) |
| HSL | hsl(243, 100%, 9%) |
| CMYK | cmyk(96%, 100%, 0%, 82%) |
| LAB | lab(2.0 13.6 -27.4) |
| LCH | lch(2.0 30.5 296.3) |
| OKLCH | oklch(0.141 0.094 268.5) |
Copy-ready code
/* CSS */
color: #02002f;
background-color: #02002f;
/* Tailwind (arbitrary) */
class="text-[#02002f] bg-[#02002f]"
/* SCSS */
$brand: #02002f;
/* SwiftUI */
Color(red: 0.008, green: 0.000, blue: 0.184)
/* Android */
Color.parseColor("#02002f")Accessibility — WCAG contrast
Aa
#02002f on white: 20.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02002f on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green0.0%
Blue18.4%
CMYK percentages
Cyan95.7%
Magenta100.0%
Yellow0.0%
Key (black)81.6%
Color previews
#02002f text on a black background
contrast 1.04:1
Card sample
#02002f text on a white background
contrast 20.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02002f;
Background color
Panel with #02002f background
background-color: #02002f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02002f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 0, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 0, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02002f; background: linear-gradient(135deg, #02002f, #21002F);