#afeb66
a light, electric green · cool · closest name: khaki
RGB
175, 235, 102
HSL
87°, 77%, 66%
CMYK
26, 0, 57, 8
Luminance
0.6949
Every format
| HEX | #afeb66 |
| RGB | rgb(175, 235, 102) |
| HSL | hsl(87, 77%, 66%) |
| CMYK | cmyk(26%, 0%, 57%, 8%) |
| LAB | lab(86.8 -39.8 57.4) |
| LCH | lch(86.8 69.9 124.7) |
| OKLCH | oklch(0.872 0.175 129.7) |
Copy-ready code
/* CSS */
color: #afeb66;
background-color: #afeb66;
/* Tailwind (arbitrary) */
class="text-[#afeb66] bg-[#afeb66]"
/* SCSS */
$brand: #afeb66;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.400)
/* Android */
Color.parseColor("#afeb66")Accessibility — WCAG contrast
Aa
#afeb66 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeb66 on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue40.0%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow56.6%
Key (black)7.8%
Color previews
#afeb66 text on a black background
contrast 14.90:1
Card sample
#afeb66 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeb66;
Background color
Panel with #afeb66 background
background-color: #afeb66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeb66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeb66; background: linear-gradient(135deg, #afeb66, #66EB76);