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