#afee87
a light, electric green · cool · closest name: khaki
RGB
175, 238, 135
HSL
97°, 75%, 73%
CMYK
27, 0, 43, 7
Luminance
0.7201
Every format
| HEX | #afee87 |
| RGB | rgb(175, 238, 135) |
| HSL | hsl(97, 75%, 73%) |
| CMYK | cmyk(27%, 0%, 43%, 7%) |
| LAB | lab(88.0 -37.6 43.5) |
| LCH | lch(88.0 57.5 130.8) |
| OKLCH | oklch(0.883 0.148 134.2) |
Copy-ready code
/* CSS */
color: #afee87;
background-color: #afee87;
/* Tailwind (arbitrary) */
class="text-[#afee87] bg-[#afee87]"
/* SCSS */
$brand: #afee87;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.529)
/* Android */
Color.parseColor("#afee87")Accessibility — WCAG contrast
Aa
#afee87 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afee87 on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue52.9%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow43.3%
Key (black)6.7%
Color previews
#afee87 text on a black background
contrast 15.40:1
Card sample
#afee87 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afee87;
Background color
Panel with #afee87 background
background-color: #afee87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afee87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afee87; background: linear-gradient(135deg, #afee87, #87EEA4);