#afdf5b
a balanced, vivid green · cool · closest name: khaki
RGB
175, 223, 91
HSL
82°, 67%, 62%
CMYK
22, 0, 59, 13
Luminance
0.6264
Every format
| HEX | #afdf5b |
| RGB | rgb(175, 223, 91) |
| HSL | hsl(82, 67%, 62%) |
| CMYK | cmyk(22%, 0%, 59%, 13%) |
| LAB | lab(83.3 -35.4 58.3) |
| LCH | lch(83.3 68.2 121.3) |
| OKLCH | oklch(0.844 0.168 126.6) |
Copy-ready code
/* CSS */
color: #afdf5b;
background-color: #afdf5b;
/* Tailwind (arbitrary) */
class="text-[#afdf5b] bg-[#afdf5b]"
/* SCSS */
$brand: #afdf5b;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.357)
/* Android */
Color.parseColor("#afdf5b")Accessibility — WCAG contrast
Aa
#afdf5b on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf5b on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue35.7%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow59.2%
Key (black)12.5%
Color previews
#afdf5b text on a black background
contrast 13.53:1
Card sample
#afdf5b text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf5b;
Background color
Panel with #afdf5b background
background-color: #afdf5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf5b; background: linear-gradient(135deg, #afdf5b, #5BDF5F);