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