#224408
a deep, electric green · cool · closest name: seagreen
RGB
34, 68, 8
HSL
94°, 79%, 15%
CMYK
50, 0, 88, 73
Luminance
0.0449
Every format
| HEX | #224408 |
| RGB | rgb(34, 68, 8) |
| HSL | hsl(94, 79%, 15%) |
| CMYK | cmyk(50%, 0%, 88%, 73%) |
| LAB | lab(25.2 -23.9 29.9) |
| LCH | lch(25.2 38.3 128.6) |
| OKLCH | oklch(0.347 0.094 135.2) |
Copy-ready code
/* CSS */
color: #224408;
background-color: #224408;
/* Tailwind (arbitrary) */
class="text-[#224408] bg-[#224408]"
/* SCSS */
$brand: #224408;
/* SwiftUI */
Color(red: 0.133, green: 0.267, blue: 0.031)
/* Android */
Color.parseColor("#224408")Accessibility — WCAG contrast
Aa
#224408 on white: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#224408 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green26.7%
Blue3.1%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow88.2%
Key (black)73.3%
Color previews
#224408 text on a black background
contrast 1.90:1
Card sample
#224408 text on a white background
contrast 11.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #224408;
Background color
Panel with #224408 background
background-color: #224408;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #224408;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 68, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 68, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #224408; background: linear-gradient(135deg, #224408, #084416);