#303821
a deep, soft green · cool · closest name: darkslategray
RGB
48, 56, 33
HSL
81°, 26%, 18%
CMYK
14, 0, 41, 78
Luminance
0.0357
Every format
| HEX | #303821 |
| RGB | rgb(48, 56, 33) |
| HSL | hsl(81, 26%, 18%) |
| CMYK | cmyk(14%, 0%, 41%, 78%) |
| LAB | lab(22.2 -8.2 13.3) |
| LCH | lch(22.2 15.6 121.7) |
| OKLCH | oklch(0.326 0.040 124.2) |
Copy-ready code
/* CSS */
color: #303821;
background-color: #303821;
/* Tailwind (arbitrary) */
class="text-[#303821] bg-[#303821]"
/* SCSS */
$brand: #303821;
/* SwiftUI */
Color(red: 0.188, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#303821")Accessibility — WCAG contrast
Aa
#303821 on white: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#303821 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green22.0%
Blue12.9%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow41.1%
Key (black)78.0%
Color previews
#303821 text on a black background
contrast 1.71:1
Card sample
#303821 text on a white background
contrast 12.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #303821;
Background color
Panel with #303821 background
background-color: #303821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #303821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #303821; background: linear-gradient(135deg, #303821, #213821);