#384821
a deep, soft green · cool · closest name: darkslategray
RGB
56, 72, 33
HSL
85°, 37%, 21%
CMYK
22, 0, 54, 72
Luminance
0.0559
Every format
| HEX | #384821 |
| RGB | rgb(56, 72, 33) |
| HSL | hsl(85, 37%, 21%) |
| CMYK | cmyk(22%, 0%, 54%, 72%) |
| LAB | lab(28.3 -14.0 21.2) |
| LCH | lch(28.3 25.4 123.5) |
| OKLCH | oklch(0.377 0.064 127.6) |
Copy-ready code
/* CSS */
color: #384821;
background-color: #384821;
/* Tailwind (arbitrary) */
class="text-[#384821] bg-[#384821]"
/* SCSS */
$brand: #384821;
/* SwiftUI */
Color(red: 0.220, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#384821")Accessibility — WCAG contrast
Aa
#384821 on white: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#384821 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green28.2%
Blue12.9%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#384821 text on a black background
contrast 2.12:1
Card sample
#384821 text on a white background
contrast 9.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #384821;
Background color
Panel with #384821 background
background-color: #384821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #384821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #384821; background: linear-gradient(135deg, #384821, #214824);