#afee91
a light, vivid green · cool · closest name: khaki
RGB
175, 238, 145
HSL
101°, 73%, 75%
CMYK
27, 0, 39, 7
Luminance
0.7231
Every format
| HEX | #afee91 |
| RGB | rgb(175, 238, 145) |
| HSL | hsl(101, 73%, 75%) |
| CMYK | cmyk(27%, 0%, 39%, 7%) |
| LAB | lab(88.1 -36.3 38.8) |
| LCH | lch(88.1 53.1 133.1) |
| OKLCH | oklch(0.885 0.138 136.1) |
Copy-ready code
/* CSS */
color: #afee91;
background-color: #afee91;
/* Tailwind (arbitrary) */
class="text-[#afee91] bg-[#afee91]"
/* SCSS */
$brand: #afee91;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.569)
/* Android */
Color.parseColor("#afee91")Accessibility — WCAG contrast
Aa
#afee91 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afee91 on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue56.9%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow39.1%
Key (black)6.7%
Color previews
#afee91 text on a black background
contrast 15.46:1
Card sample
#afee91 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afee91;
Background color
Panel with #afee91 background
background-color: #afee91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afee91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afee91; background: linear-gradient(135deg, #afee91, #91EEB1);