#afd489
a light, vivid green · cool · closest name: khaki
RGB
175, 212, 137
HSL
90°, 47%, 68%
CMYK
18, 0, 35, 17
Luminance
0.5801
Every format
| HEX | #afd489 |
| RGB | rgb(175, 212, 137) |
| HSL | hsl(90, 47%, 68%) |
| CMYK | cmyk(18%, 0%, 35%, 17%) |
| LAB | lab(80.7 -25.2 33.2) |
| LCH | lch(80.7 41.7 127.2) |
| OKLCH | oklch(0.825 0.107 129.8) |
Copy-ready code
/* CSS */
color: #afd489;
background-color: #afd489;
/* Tailwind (arbitrary) */
class="text-[#afd489] bg-[#afd489]"
/* SCSS */
$brand: #afd489;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.537)
/* Android */
Color.parseColor("#afd489")Accessibility — WCAG contrast
Aa
#afd489 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd489 on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue53.7%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow35.4%
Key (black)16.9%
Color previews
#afd489 text on a black background
contrast 12.60:1
Card sample
#afd489 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd489;
Background color
Panel with #afd489 background
background-color: #afd489;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd489;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd489; background: linear-gradient(135deg, #afd489, #89D495);