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