#224708
a deep, electric green · cool · closest name: seagreen
RGB
34, 71, 8
HSL
95°, 80%, 16%
CMYK
52, 0, 89, 72
Luminance
0.0486
Every format
| HEX | #224708 |
| RGB | rgb(34, 71, 8) |
| HSL | hsl(95, 80%, 16%) |
| CMYK | cmyk(52%, 0%, 89%, 72%) |
| LAB | lab(26.3 -25.3 30.9) |
| LCH | lch(26.3 40.0 129.2) |
| OKLCH | oklch(0.357 0.098 135.9) |
Copy-ready code
/* CSS */
color: #224708;
background-color: #224708;
/* Tailwind (arbitrary) */
class="text-[#224708] bg-[#224708]"
/* SCSS */
$brand: #224708;
/* SwiftUI */
Color(red: 0.133, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#224708")Accessibility — WCAG contrast
Aa
#224708 on white: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#224708 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green27.8%
Blue3.1%
CMYK percentages
Cyan52.1%
Magenta0.0%
Yellow88.7%
Key (black)72.2%
Color previews
#224708 text on a black background
contrast 1.97:1
Card sample
#224708 text on a white background
contrast 10.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #224708;
Background color
Panel with #224708 background
background-color: #224708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #224708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #224708; background: linear-gradient(135deg, #224708, #084718);