#afd587
a light, vivid green · cool · closest name: khaki
RGB
175, 213, 135
HSL
89°, 48%, 68%
CMYK
18, 0, 37, 17
Luminance
0.5845
Every format
| HEX | #afd587 |
| RGB | rgb(175, 213, 135) |
| HSL | hsl(89, 48%, 68%) |
| CMYK | cmyk(18%, 0%, 37%, 17%) |
| LAB | lab(81.0 -25.9 34.5) |
| LCH | lch(81.0 43.2 126.9) |
| OKLCH | oklch(0.827 0.111 129.7) |
Copy-ready code
/* CSS */
color: #afd587;
background-color: #afd587;
/* Tailwind (arbitrary) */
class="text-[#afd587] bg-[#afd587]"
/* SCSS */
$brand: #afd587;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.529)
/* Android */
Color.parseColor("#afd587")Accessibility — WCAG contrast
Aa
#afd587 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd587 on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue52.9%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow36.6%
Key (black)16.5%
Color previews
#afd587 text on a black background
contrast 12.69:1
Card sample
#afd587 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd587;
Background color
Panel with #afd587 background
background-color: #afd587;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd587;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd587; background: linear-gradient(135deg, #afd587, #87D593);