#42a54f
a balanced, soft green · cool · closest name: forestgreen
RGB
66, 165, 79
HSL
128°, 43%, 45%
CMYK
60, 0, 52, 35
Luminance
0.2863
Every format
| HEX | #42a54f |
| RGB | rgb(66, 165, 79) |
| HSL | hsl(128, 43%, 45%) |
| CMYK | cmyk(60%, 0%, 52%, 35%) |
| LAB | lab(60.5 -47.2 35.9) |
| LCH | lch(60.5 59.3 142.8) |
| OKLCH | oklch(0.643 0.154 145.9) |
Copy-ready code
/* CSS */
color: #42a54f;
background-color: #42a54f;
/* Tailwind (arbitrary) */
class="text-[#42a54f] bg-[#42a54f]"
/* SCSS */
$brand: #42a54f;
/* SwiftUI */
Color(red: 0.259, green: 0.647, blue: 0.310)
/* Android */
Color.parseColor("#42a54f")Accessibility — WCAG contrast
Aa
#42a54f on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#42a54f on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green64.7%
Blue31.0%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow52.1%
Key (black)35.3%
Color previews
#42a54f text on a black background
contrast 6.73:1
Card sample
#42a54f text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #42a54f;
Background color
Panel with #42a54f background
background-color: #42a54f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #42a54f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 165, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 165, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #42a54f; background: linear-gradient(135deg, #42a54f, #42A591);