#224b07
a deep, electric green · cool · closest name: seagreen
RGB
34, 75, 7
HSL
96°, 83%, 16%
CMYK
55, 0, 91, 71
Luminance
0.0539
Every format
| HEX | #224b07 |
| RGB | rgb(34, 75, 7) |
| HSL | hsl(96, 83%, 16%) |
| CMYK | cmyk(55%, 0%, 91%, 71%) |
| LAB | lab(27.8 -27.1 32.7) |
| LCH | lch(27.8 42.5 129.7) |
| OKLCH | oklch(0.369 0.104 136.5) |
Copy-ready code
/* CSS */
color: #224b07;
background-color: #224b07;
/* Tailwind (arbitrary) */
class="text-[#224b07] bg-[#224b07]"
/* SCSS */
$brand: #224b07;
/* SwiftUI */
Color(red: 0.133, green: 0.294, blue: 0.027)
/* Android */
Color.parseColor("#224b07")Accessibility — WCAG contrast
Aa
#224b07 on white: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#224b07 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green29.4%
Blue2.7%
CMYK percentages
Cyan54.7%
Magenta0.0%
Yellow90.7%
Key (black)70.6%
Color previews
#224b07 text on a black background
contrast 2.08:1
Card sample
#224b07 text on a white background
contrast 10.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #224b07;
Background color
Panel with #224b07 background
background-color: #224b07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #224b07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 75, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 75, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #224b07; background: linear-gradient(135deg, #224b07, #074B19);