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