#66f075
a light, electric green · cool · closest name: forestgreen
RGB
102, 240, 117
HSL
127°, 82%, 67%
CMYK
58, 0, 51, 6
Luminance
0.6643
Every format
| HEX | #66f075 |
| RGB | rgb(102, 240, 117) |
| HSL | hsl(127, 82%, 67%) |
| CMYK | cmyk(58%, 0%, 51%, 6%) |
| LAB | lab(85.2 -62.0 48.0) |
| LCH | lch(85.2 78.5 142.3) |
| OKLCH | oklch(0.852 0.204 145.5) |
Copy-ready code
/* CSS */
color: #66f075;
background-color: #66f075;
/* Tailwind (arbitrary) */
class="text-[#66f075] bg-[#66f075]"
/* SCSS */
$brand: #66f075;
/* SwiftUI */
Color(red: 0.400, green: 0.941, blue: 0.459)
/* Android */
Color.parseColor("#66f075")Accessibility — WCAG contrast
Aa
#66f075 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#66f075 on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green94.1%
Blue45.9%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow51.3%
Key (black)5.9%
Color previews
#66f075 text on a black background
contrast 14.29:1
Card sample
#66f075 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #66f075;
Background color
Panel with #66f075 background
background-color: #66f075;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #66f075;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 240, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 240, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #66f075; background: linear-gradient(135deg, #66f075, #66F0D1);