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