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