#42b521
a dark, vivid green · cool · closest name: green
RGB
66, 181, 33
HSL
107°, 69%, 42%
CMYK
64, 0, 82, 29
Luminance
0.3432
Every format
| HEX | #42b521 |
| RGB | rgb(66, 181, 33) |
| HSL | hsl(107, 69%, 42%) |
| CMYK | cmyk(64%, 0%, 82%, 29%) |
| LAB | lab(65.2 -57.5 59.7) |
| LCH | lch(65.2 82.8 133.9) |
| OKLCH | oklch(0.681 0.206 140.1) |
Copy-ready code
/* CSS */
color: #42b521;
background-color: #42b521;
/* Tailwind (arbitrary) */
class="text-[#42b521] bg-[#42b521]"
/* SCSS */
$brand: #42b521;
/* SwiftUI */
Color(red: 0.259, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#42b521")Accessibility — WCAG contrast
Aa
#42b521 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#42b521 on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green71.0%
Blue12.9%
CMYK percentages
Cyan63.5%
Magenta0.0%
Yellow81.8%
Key (black)29.0%
Color previews
#42b521 text on a black background
contrast 7.86:1
Card sample
#42b521 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #42b521;
Background color
Panel with #42b521 background
background-color: #42b521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #42b521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #42b521; background: linear-gradient(135deg, #42b521, #21B563);