#244821
a deep, soft green · cool · closest name: darkslategray
RGB
36, 72, 33
HSL
115°, 37%, 21%
CMYK
50, 0, 54, 72
Luminance
0.0512
Every format
| HEX | #244821 |
| RGB | rgb(36, 72, 33) |
| HSL | hsl(115, 37%, 21%) |
| CMYK | cmyk(50%, 0%, 54%, 72%) |
| LAB | lab(27.1 -22.2 19.4) |
| LCH | lch(27.1 29.5 138.9) |
| OKLCH | oklch(0.364 0.077 142.3) |
Copy-ready code
/* CSS */
color: #244821;
background-color: #244821;
/* Tailwind (arbitrary) */
class="text-[#244821] bg-[#244821]"
/* SCSS */
$brand: #244821;
/* SwiftUI */
Color(red: 0.141, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#244821")Accessibility — WCAG contrast
Aa
#244821 on white: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#244821 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green28.2%
Blue12.9%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#244821 text on a black background
contrast 2.02:1
Card sample
#244821 text on a white background
contrast 10.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #244821;
Background color
Panel with #244821 background
background-color: #244821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #244821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #244821; background: linear-gradient(135deg, #244821, #214838);