#429310
a dark, electric green · cool · closest name: forestgreen
RGB
66, 147, 16
HSL
97°, 80%, 32%
CMYK
55, 0, 89, 42
Luminance
0.2206
Every format
| HEX | #429310 |
| RGB | rgb(66, 147, 16) |
| HSL | hsl(97, 80%, 32%) |
| CMYK | cmyk(55%, 0%, 89%, 42%) |
| LAB | lab(54.1 -46.0 54.0) |
| LCH | lch(54.1 70.9 130.5) |
| OKLCH | oklch(0.589 0.174 137.4) |
Copy-ready code
/* CSS */
color: #429310;
background-color: #429310;
/* Tailwind (arbitrary) */
class="text-[#429310] bg-[#429310]"
/* SCSS */
$brand: #429310;
/* SwiftUI */
Color(red: 0.259, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#429310")Accessibility — WCAG contrast
Aa
#429310 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#429310 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green57.6%
Blue6.3%
CMYK percentages
Cyan55.1%
Magenta0.0%
Yellow89.1%
Key (black)42.4%
Color previews
#429310 text on a black background
contrast 5.41:1
Card sample
#429310 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #429310;
Background color
Panel with #429310 background
background-color: #429310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #429310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #429310; background: linear-gradient(135deg, #429310, #109335);