#303421
a deep, soft green · cool · closest name: darkslategray
RGB
48, 52, 33
HSL
73°, 22%, 17%
CMYK
8, 0, 37, 80
Luminance
0.0319
Every format
| HEX | #303421 |
| RGB | rgb(48, 52, 33) |
| HSL | hsl(73, 22%, 17%) |
| CMYK | cmyk(8%, 0%, 37%, 80%) |
| LAB | lab(20.8 -5.7 11.5) |
| LCH | lch(20.8 12.8 116.3) |
| OKLCH | oklch(0.315 0.032 118.0) |
Copy-ready code
/* CSS */
color: #303421;
background-color: #303421;
/* Tailwind (arbitrary) */
class="text-[#303421] bg-[#303421]"
/* SCSS */
$brand: #303421;
/* SwiftUI */
Color(red: 0.188, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#303421")Accessibility — WCAG contrast
Aa
#303421 on white: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#303421 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green20.4%
Blue12.9%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow36.5%
Key (black)79.6%
Color previews
#303421 text on a black background
contrast 1.64:1
Card sample
#303421 text on a white background
contrast 12.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #303421;
Background color
Panel with #303421 background
background-color: #303421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #303421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #303421; background: linear-gradient(135deg, #303421, #233421);