#244021
a deep, soft green · cool · closest name: darkslategray
RGB
36, 64, 33
HSL
114°, 32%, 19%
CMYK
44, 0, 48, 75
Luminance
0.0415
Every format
| HEX | #244021 |
| RGB | rgb(36, 64, 33) |
| HSL | hsl(114, 32%, 19%) |
| CMYK | cmyk(44%, 0%, 48%, 75%) |
| LAB | lab(24.2 -18.1 15.7) |
| LCH | lch(24.2 23.9 139.0) |
| OKLCH | oklch(0.340 0.063 142.0) |
Copy-ready code
/* CSS */
color: #244021;
background-color: #244021;
/* Tailwind (arbitrary) */
class="text-[#244021] bg-[#244021]"
/* SCSS */
$brand: #244021;
/* SwiftUI */
Color(red: 0.141, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#244021")Accessibility — WCAG contrast
Aa
#244021 on white: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#244021 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green25.1%
Blue12.9%
CMYK percentages
Cyan43.8%
Magenta0.0%
Yellow48.4%
Key (black)74.9%
Color previews
#244021 text on a black background
contrast 1.83:1
Card sample
#244021 text on a white background
contrast 11.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #244021;
Background color
Panel with #244021 background
background-color: #244021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #244021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #244021; background: linear-gradient(135deg, #244021, #214033);