#afec75
a light, electric green · cool · closest name: khaki
RGB
175, 236, 117
HSL
91°, 76%, 69%
CMYK
26, 0, 50, 8
Luminance
0.7039
Every format
| HEX | #afec75 |
| RGB | rgb(175, 236, 117) |
| HSL | hsl(91, 76%, 69%) |
| CMYK | cmyk(26%, 0%, 50%, 8%) |
| LAB | lab(87.2 -38.8 51.1) |
| LCH | lch(87.2 64.2 127.2) |
| OKLCH | oklch(0.876 0.163 131.4) |
Copy-ready code
/* CSS */
color: #afec75;
background-color: #afec75;
/* Tailwind (arbitrary) */
class="text-[#afec75] bg-[#afec75]"
/* SCSS */
$brand: #afec75;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.459)
/* Android */
Color.parseColor("#afec75")Accessibility — WCAG contrast
Aa
#afec75 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afec75 on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue45.9%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow50.4%
Key (black)7.5%
Color previews
#afec75 text on a black background
contrast 15.08:1
Card sample
#afec75 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afec75;
Background color
Panel with #afec75 background
background-color: #afec75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afec75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afec75; background: linear-gradient(135deg, #afec75, #75EC8A);