#30352c
a deep, muted green · cool · closest name: darkslategray
RGB
48, 53, 44
HSL
93°, 9%, 19%
CMYK
9, 0, 17, 79
Luminance
0.0336
Every format
| HEX | #30352c |
| RGB | rgb(48, 53, 44) |
| HSL | hsl(93, 9%, 19%) |
| CMYK | cmyk(9%, 0%, 17%, 79%) |
| LAB | lab(21.4 -4.2 5.0) |
| LCH | lch(21.4 6.5 130.3) |
| OKLCH | oklch(0.321 0.017 131.2) |
Copy-ready code
/* CSS */
color: #30352c;
background-color: #30352c;
/* Tailwind (arbitrary) */
class="text-[#30352c] bg-[#30352c]"
/* SCSS */
$brand: #30352c;
/* SwiftUI */
Color(red: 0.188, green: 0.208, blue: 0.173)
/* Android */
Color.parseColor("#30352c")Accessibility — WCAG contrast
Aa
#30352c on white: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#30352c on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green20.8%
Blue17.3%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow17.0%
Key (black)79.2%
Color previews
#30352c text on a black background
contrast 1.67:1
Card sample
#30352c text on a white background
contrast 12.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30352c;
Background color
Panel with #30352c background
background-color: #30352c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30352c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 53, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 53, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30352c; background: linear-gradient(135deg, #30352c, #2C352E);