#02232c
a deep, electric cyan · cool · closest name: black
RGB
2, 35, 44
HSL
193°, 91%, 9%
CMYK
96, 21, 0, 83
Luminance
0.0140
Every format
| HEX | #02232c |
| RGB | rgb(2, 35, 44) |
| HSL | hsl(193, 91%, 9%) |
| CMYK | cmyk(96%, 21%, 0%, 83%) |
| LAB | lab(11.9 -8.0 -9.4) |
| LCH | lch(11.9 12.3 229.6) |
| OKLCH | oklch(0.238 0.041 219.8) |
Copy-ready code
/* CSS */
color: #02232c;
background-color: #02232c;
/* Tailwind (arbitrary) */
class="text-[#02232c] bg-[#02232c]"
/* SCSS */
$brand: #02232c;
/* SwiftUI */
Color(red: 0.008, green: 0.137, blue: 0.173)
/* Android */
Color.parseColor("#02232c")Accessibility — WCAG contrast
Aa
#02232c on white: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02232c on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green13.7%
Blue17.3%
CMYK percentages
Cyan95.5%
Magenta20.5%
Yellow0.0%
Key (black)82.7%
Color previews
#02232c text on a black background
contrast 1.28:1
Card sample
#02232c text on a white background
contrast 16.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02232c;
Background color
Panel with #02232c background
background-color: #02232c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02232c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 35, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 35, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02232c; background: linear-gradient(135deg, #02232c, #02072C);