#303621
a deep, soft green · cool · closest name: darkslategray
RGB
48, 54, 33
HSL
77°, 24%, 17%
CMYK
11, 0, 39, 79
Luminance
0.0338
Every format
| HEX | #303621 |
| RGB | rgb(48, 54, 33) |
| HSL | hsl(77, 24%, 17%) |
| CMYK | cmyk(11%, 0%, 39%, 79%) |
| LAB | lab(21.5 -7.0 12.4) |
| LCH | lch(21.5 14.2 119.3) |
| OKLCH | oklch(0.321 0.036 121.4) |
Copy-ready code
/* CSS */
color: #303621;
background-color: #303621;
/* Tailwind (arbitrary) */
class="text-[#303621] bg-[#303621]"
/* SCSS */
$brand: #303621;
/* SwiftUI */
Color(red: 0.188, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#303621")Accessibility — WCAG contrast
Aa
#303621 on white: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#303621 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green21.2%
Blue12.9%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#303621 text on a black background
contrast 1.68:1
Card sample
#303621 text on a white background
contrast 12.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #303621;
Background color
Panel with #303621 background
background-color: #303621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #303621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #303621; background: linear-gradient(135deg, #303621, #223621);