#42b921
a dark, vivid green · cool · closest name: green
RGB
66, 185, 33
HSL
107°, 70%, 43%
CMYK
64, 0, 82, 28
Luminance
0.3597
Every format
| HEX | #42b921 |
| RGB | rgb(66, 185, 33) |
| HSL | hsl(107, 70%, 43%) |
| CMYK | cmyk(64%, 0%, 82%, 28%) |
| LAB | lab(66.5 -58.8 60.9) |
| LCH | lch(66.5 84.6 134.0) |
| OKLCH | oklch(0.692 0.210 140.2) |
Copy-ready code
/* CSS */
color: #42b921;
background-color: #42b921;
/* Tailwind (arbitrary) */
class="text-[#42b921] bg-[#42b921]"
/* SCSS */
$brand: #42b921;
/* SwiftUI */
Color(red: 0.259, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#42b921")Accessibility — WCAG contrast
Aa
#42b921 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#42b921 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green72.5%
Blue12.9%
CMYK percentages
Cyan64.3%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#42b921 text on a black background
contrast 8.19:1
Card sample
#42b921 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #42b921;
Background color
Panel with #42b921 background
background-color: #42b921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #42b921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #42b921; background: linear-gradient(135deg, #42b921, #21B965);