#303321
a deep, soft green · cool · closest name: darkslategray
RGB
48, 51, 33
HSL
70°, 21%, 17%
CMYK
6, 0, 35, 80
Luminance
0.0311
Every format
| HEX | #303321 |
| RGB | rgb(48, 51, 33) |
| HSL | hsl(70, 21%, 17%) |
| CMYK | cmyk(6%, 0%, 35%, 80%) |
| LAB | lab(20.5 -5.0 11.0) |
| LCH | lch(20.5 12.1 114.6) |
| OKLCH | oklch(0.313 0.031 115.9) |
Copy-ready code
/* CSS */
color: #303321;
background-color: #303321;
/* Tailwind (arbitrary) */
class="text-[#303321] bg-[#303321]"
/* SCSS */
$brand: #303321;
/* SwiftUI */
Color(red: 0.188, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#303321")Accessibility — WCAG contrast
Aa
#303321 on white: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#303321 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green20.0%
Blue12.9%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow35.3%
Key (black)80.0%
Color previews
#303321 text on a black background
contrast 1.62:1
Card sample
#303321 text on a white background
contrast 12.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #303321;
Background color
Panel with #303321 background
background-color: #303321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #303321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #303321; background: linear-gradient(135deg, #303321, #243321);