#224621
a deep, soft green · cool · closest name: darkslategray
RGB
34, 70, 33
HSL
118°, 36%, 20%
CMYK
51, 0, 53, 73
Luminance
0.0483
Every format
| HEX | #224621 |
| RGB | rgb(34, 70, 33) |
| HSL | hsl(118, 36%, 20%) |
| CMYK | cmyk(51%, 0%, 53%, 73%) |
| LAB | lab(26.2 -21.9 18.3) |
| LCH | lch(26.2 28.6 140.1) |
| OKLCH | oklch(0.357 0.074 143.3) |
Copy-ready code
/* CSS */
color: #224621;
background-color: #224621;
/* Tailwind (arbitrary) */
class="text-[#224621] bg-[#224621]"
/* SCSS */
$brand: #224621;
/* SwiftUI */
Color(red: 0.133, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#224621")Accessibility — WCAG contrast
Aa
#224621 on white: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#224621 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green27.5%
Blue12.9%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow52.9%
Key (black)72.5%
Color previews
#224621 text on a black background
contrast 1.97:1
Card sample
#224621 text on a white background
contrast 10.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #224621;
Background color
Panel with #224621 background
background-color: #224621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #224621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #224621; background: linear-gradient(135deg, #224621, #214639);