#afe976
a light, vivid green · cool · closest name: khaki
RGB
175, 233, 118
HSL
90°, 72%, 69%
CMYK
25, 0, 49, 9
Luminance
0.6870
Every format
| HEX | #afe976 |
| RGB | rgb(175, 233, 118) |
| HSL | hsl(90, 72%, 69%) |
| CMYK | cmyk(25%, 0%, 49%, 9%) |
| LAB | lab(86.3 -37.3 49.7) |
| LCH | lch(86.3 62.1 126.9) |
| OKLCH | oklch(0.870 0.158 131.1) |
Copy-ready code
/* CSS */
color: #afe976;
background-color: #afe976;
/* Tailwind (arbitrary) */
class="text-[#afe976] bg-[#afe976]"
/* SCSS */
$brand: #afe976;
/* SwiftUI */
Color(red: 0.686, green: 0.914, blue: 0.463)
/* Android */
Color.parseColor("#afe976")Accessibility — WCAG contrast
Aa
#afe976 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe976 on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.4%
Blue46.3%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow49.4%
Key (black)8.6%
Color previews
#afe976 text on a black background
contrast 14.74:1
Card sample
#afe976 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe976;
Background color
Panel with #afe976 background
background-color: #afe976;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe976;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 233, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 233, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe976; background: linear-gradient(135deg, #afe976, #76E98A);