#afd788
a light, vivid green · cool · closest name: khaki
RGB
175, 215, 136
HSL
90°, 50%, 69%
CMYK
19, 0, 37, 16
Luminance
0.5949
Every format
| HEX | #afd788 |
| RGB | rgb(175, 215, 136) |
| HSL | hsl(90, 50%, 69%) |
| CMYK | cmyk(19%, 0%, 37%, 16%) |
| LAB | lab(81.6 -26.8 34.8) |
| LCH | lch(81.6 43.9 127.6) |
| OKLCH | oklch(0.832 0.113 130.4) |
Copy-ready code
/* CSS */
color: #afd788;
background-color: #afd788;
/* Tailwind (arbitrary) */
class="text-[#afd788] bg-[#afd788]"
/* SCSS */
$brand: #afd788;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.533)
/* Android */
Color.parseColor("#afd788")Accessibility — WCAG contrast
Aa
#afd788 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd788 on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue53.3%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow36.7%
Key (black)15.7%
Color previews
#afd788 text on a black background
contrast 12.90:1
Card sample
#afd788 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd788;
Background color
Panel with #afd788 background
background-color: #afd788;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd788;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd788; background: linear-gradient(135deg, #afd788, #88D796);