#afe773
a light, vivid green · cool · closest name: khaki
RGB
175, 231, 115
HSL
89°, 71%, 68%
CMYK
24, 0, 50, 9
Luminance
0.6750
Every format
| HEX | #afe773 |
| RGB | rgb(175, 231, 115) |
| HSL | hsl(89, 71%, 68%) |
| CMYK | cmyk(24%, 0%, 50%, 9%) |
| LAB | lab(85.8 -36.7 50.3) |
| LCH | lch(85.8 62.3 126.1) |
| OKLCH | oklch(0.865 0.158 130.4) |
Copy-ready code
/* CSS */
color: #afe773;
background-color: #afe773;
/* Tailwind (arbitrary) */
class="text-[#afe773] bg-[#afe773]"
/* SCSS */
$brand: #afe773;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.451)
/* Android */
Color.parseColor("#afe773")Accessibility — WCAG contrast
Aa
#afe773 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe773 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue45.1%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow50.2%
Key (black)9.4%
Color previews
#afe773 text on a black background
contrast 14.50:1
Card sample
#afe773 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe773;
Background color
Panel with #afe773 background
background-color: #afe773;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe773;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe773; background: linear-gradient(135deg, #afe773, #73E784);