#afdf73
a light, vivid green · cool · closest name: khaki
RGB
175, 223, 115
HSL
87°, 63%, 66%
CMYK
22, 0, 48, 13
Luminance
0.6313
Every format
| HEX | #afdf73 |
| RGB | rgb(175, 223, 115) |
| HSL | hsl(87, 63%, 66%) |
| CMYK | cmyk(22%, 0%, 48%, 13%) |
| LAB | lab(83.5 -33.1 47.6) |
| LCH | lch(83.5 58.0 124.8) |
| OKLCH | oklch(0.846 0.147 128.9) |
Copy-ready code
/* CSS */
color: #afdf73;
background-color: #afdf73;
/* Tailwind (arbitrary) */
class="text-[#afdf73] bg-[#afdf73]"
/* SCSS */
$brand: #afdf73;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.451)
/* Android */
Color.parseColor("#afdf73")Accessibility — WCAG contrast
Aa
#afdf73 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf73 on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue45.1%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow48.4%
Key (black)12.5%
Color previews
#afdf73 text on a black background
contrast 13.63:1
Card sample
#afdf73 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf73;
Background color
Panel with #afdf73 background
background-color: #afdf73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf73; background: linear-gradient(135deg, #afdf73, #73DF7F);