#02232a
a deep, electric cyan · cool · closest name: black
RGB
2, 35, 42
HSL
191°, 91%, 9%
CMYK
95, 17, 0, 84
Luminance
0.0138
Every format
| HEX | #02232a |
| RGB | rgb(2, 35, 42) |
| HSL | hsl(191, 91%, 9%) |
| CMYK | cmyk(95%, 17%, 0%, 84%) |
| LAB | lab(11.8 -8.8 -8.1) |
| LCH | lch(11.8 12.0 222.4) |
| OKLCH | oklch(0.236 0.040 214.8) |
Copy-ready code
/* CSS */
color: #02232a;
background-color: #02232a;
/* Tailwind (arbitrary) */
class="text-[#02232a] bg-[#02232a]"
/* SCSS */
$brand: #02232a;
/* SwiftUI */
Color(red: 0.008, green: 0.137, blue: 0.165)
/* Android */
Color.parseColor("#02232a")Accessibility — WCAG contrast
Aa
#02232a on white: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02232a on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green13.7%
Blue16.5%
CMYK percentages
Cyan95.2%
Magenta16.7%
Yellow0.0%
Key (black)83.5%
Color previews
#02232a text on a black background
contrast 1.28:1
Card sample
#02232a text on a white background
contrast 16.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02232a;
Background color
Panel with #02232a background
background-color: #02232a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02232a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 35, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 35, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02232a; background: linear-gradient(135deg, #02232a, #02082A);