#428513
a dark, electric green · cool · closest name: forestgreen
RGB
66, 133, 19
HSL
95°, 75%, 30%
CMYK
50, 0, 86, 48
Luminance
0.1798
Every format
| HEX | #428513 |
| RGB | rgb(66, 133, 19) |
| HSL | hsl(95, 75%, 30%) |
| CMYK | cmyk(50%, 0%, 86%, 48%) |
| LAB | lab(49.5 -40.4 49.2) |
| LCH | lch(49.5 63.6 129.4) |
| OKLCH | oklch(0.551 0.156 136.2) |
Copy-ready code
/* CSS */
color: #428513;
background-color: #428513;
/* Tailwind (arbitrary) */
class="text-[#428513] bg-[#428513]"
/* SCSS */
$brand: #428513;
/* SwiftUI */
Color(red: 0.259, green: 0.522, blue: 0.075)
/* Android */
Color.parseColor("#428513")Accessibility — WCAG contrast
Aa
#428513 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#428513 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green52.2%
Blue7.5%
CMYK percentages
Cyan50.4%
Magenta0.0%
Yellow85.7%
Key (black)47.8%
Color previews
#428513 text on a black background
contrast 4.60:1
Card sample
#428513 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #428513;
Background color
Panel with #428513 background
background-color: #428513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #428513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 133, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 133, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #428513; background: linear-gradient(135deg, #428513, #138530);