#afdc90
a light, vivid green · cool · closest name: khaki
RGB
175, 220, 144
HSL
96°, 52%, 71%
CMYK
21, 0, 35, 14
Luminance
0.6231
Every format
| HEX | #afdc90 |
| RGB | rgb(175, 220, 144) |
| HSL | hsl(96, 52%, 71%) |
| CMYK | cmyk(21%, 0%, 35%, 14%) |
| LAB | lab(83.1 -28.1 32.7) |
| LCH | lch(83.1 43.1 130.6) |
| OKLCH | oklch(0.844 0.112 133.2) |
Copy-ready code
/* CSS */
color: #afdc90;
background-color: #afdc90;
/* Tailwind (arbitrary) */
class="text-[#afdc90] bg-[#afdc90]"
/* SCSS */
$brand: #afdc90;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.565)
/* Android */
Color.parseColor("#afdc90")Accessibility — WCAG contrast
Aa
#afdc90 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc90 on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue56.5%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow34.5%
Key (black)13.7%
Color previews
#afdc90 text on a black background
contrast 13.46:1
Card sample
#afdc90 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc90;
Background color
Panel with #afdc90 background
background-color: #afdc90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc90; background: linear-gradient(135deg, #afdc90, #90DCA4);