#02232f
a deep, electric cyan · cool · closest name: black
RGB
2, 35, 47
HSL
196°, 92%, 10%
CMYK
96, 26, 0, 82
Luminance
0.0142
Every format
| HEX | #02232f |
| RGB | rgb(2, 35, 47) |
| HSL | hsl(196, 92%, 10%) |
| CMYK | cmyk(96%, 26%, 0%, 82%) |
| LAB | lab(12.1 -6.7 -11.3) |
| LCH | lch(12.1 13.1 239.5) |
| OKLCH | oklch(0.239 0.044 226.6) |
Copy-ready code
/* CSS */
color: #02232f;
background-color: #02232f;
/* Tailwind (arbitrary) */
class="text-[#02232f] bg-[#02232f]"
/* SCSS */
$brand: #02232f;
/* SwiftUI */
Color(red: 0.008, green: 0.137, blue: 0.184)
/* Android */
Color.parseColor("#02232f")Accessibility — WCAG contrast
Aa
#02232f on white: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02232f on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green13.7%
Blue18.4%
CMYK percentages
Cyan95.7%
Magenta25.5%
Yellow0.0%
Key (black)81.6%
Color previews
#02232f text on a black background
contrast 1.28:1
Card sample
#02232f text on a white background
contrast 16.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02232f;
Background color
Panel with #02232f background
background-color: #02232f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02232f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 35, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 35, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02232f; background: linear-gradient(135deg, #02232f, #02052F);