#02302c
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 48, 44
HSL
175°, 92%, 10%
CMYK
96, 0, 8, 81
Luminance
0.0231
Every format
| HEX | #02302c |
| RGB | rgb(2, 48, 44) |
| HSL | hsl(175, 92%, 10%) |
| CMYK | cmyk(96%, 0%, 8%, 81%) |
| LAB | lab(17.0 -15.9 -1.7) |
| LCH | lch(17.0 16.0 186.1) |
| OKLCH | oklch(0.279 0.048 185.9) |
Copy-ready code
/* CSS */
color: #02302c;
background-color: #02302c;
/* Tailwind (arbitrary) */
class="text-[#02302c] bg-[#02302c]"
/* SCSS */
$brand: #02302c;
/* SwiftUI */
Color(red: 0.008, green: 0.188, blue: 0.173)
/* Android */
Color.parseColor("#02302c")Accessibility — WCAG contrast
Aa
#02302c on white: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02302c on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green18.8%
Blue17.3%
CMYK percentages
Cyan95.8%
Magenta0.0%
Yellow8.3%
Key (black)81.2%
Color previews
#02302c text on a black background
contrast 1.46:1
Card sample
#02302c text on a white background
contrast 14.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02302c;
Background color
Panel with #02302c background
background-color: #02302c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02302c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 48, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 48, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02302c; background: linear-gradient(135deg, #02302c, #021530);