#244621
a deep, soft green · cool · closest name: darkslategray
RGB
36, 70, 33
HSL
115°, 36%, 20%
CMYK
49, 0, 53, 73
Luminance
0.0487
Every format
| HEX | #244621 |
| RGB | rgb(36, 70, 33) |
| HSL | hsl(115, 36%, 20%) |
| CMYK | cmyk(49%, 0%, 53%, 73%) |
| LAB | lab(26.4 -21.2 18.5) |
| LCH | lch(26.4 28.1 139.0) |
| OKLCH | oklch(0.358 0.073 142.2) |
Copy-ready code
/* CSS */
color: #244621;
background-color: #244621;
/* Tailwind (arbitrary) */
class="text-[#244621] bg-[#244621]"
/* SCSS */
$brand: #244621;
/* SwiftUI */
Color(red: 0.141, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#244621")Accessibility — WCAG contrast
Aa
#244621 on white: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#244621 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green27.5%
Blue12.9%
CMYK percentages
Cyan48.6%
Magenta0.0%
Yellow52.9%
Key (black)72.5%
Color previews
#244621 text on a black background
contrast 1.97:1
Card sample
#244621 text on a white background
contrast 10.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #244621;
Background color
Panel with #244621 background
background-color: #244621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #244621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #244621; background: linear-gradient(135deg, #244621, #214637);