#afe578
a light, vivid green · cool · closest name: khaki
RGB
175, 229, 120
HSL
90°, 68%, 68%
CMYK
24, 0, 48, 10
Luminance
0.6651
Every format
| HEX | #afe578 |
| RGB | rgb(175, 229, 120) |
| HSL | hsl(90, 68%, 68%) |
| CMYK | cmyk(24%, 0%, 48%, 10%) |
| LAB | lab(85.3 -35.3 47.4) |
| LCH | lch(85.3 59.1 126.7) |
| OKLCH | oklch(0.861 0.150 130.6) |
Copy-ready code
/* CSS */
color: #afe578;
background-color: #afe578;
/* Tailwind (arbitrary) */
class="text-[#afe578] bg-[#afe578]"
/* SCSS */
$brand: #afe578;
/* SwiftUI */
Color(red: 0.686, green: 0.898, blue: 0.471)
/* Android */
Color.parseColor("#afe578")Accessibility — WCAG contrast
Aa
#afe578 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe578 on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.8%
Blue47.1%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow47.6%
Key (black)10.2%
Color previews
#afe578 text on a black background
contrast 14.30:1
Card sample
#afe578 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe578;
Background color
Panel with #afe578 background
background-color: #afe578;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe578;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 229, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 229, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe578; background: linear-gradient(135deg, #afe578, #78E58A);