#afdf79
a light, vivid green · cool · closest name: khaki
RGB
175, 223, 121
HSL
88°, 61%, 68%
CMYK
22, 0, 46, 13
Luminance
0.6327
Every format
| HEX | #afdf79 |
| RGB | rgb(175, 223, 121) |
| HSL | hsl(88, 61%, 68%) |
| CMYK | cmyk(22%, 0%, 46%, 13%) |
| LAB | lab(83.6 -32.4 44.8) |
| LCH | lch(83.6 55.3 125.9) |
| OKLCH | oklch(0.847 0.141 129.6) |
Copy-ready code
/* CSS */
color: #afdf79;
background-color: #afdf79;
/* Tailwind (arbitrary) */
class="text-[#afdf79] bg-[#afdf79]"
/* SCSS */
$brand: #afdf79;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.475)
/* Android */
Color.parseColor("#afdf79")Accessibility — WCAG contrast
Aa
#afdf79 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf79 on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue47.5%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow45.7%
Key (black)12.5%
Color previews
#afdf79 text on a black background
contrast 13.65:1
Card sample
#afdf79 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf79;
Background color
Panel with #afdf79 background
background-color: #afdf79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf79; background: linear-gradient(135deg, #afdf79, #79DF87);