#afee95
a light, vivid green · cool · closest name: khaki
RGB
175, 238, 149
HSL
103°, 72%, 76%
CMYK
27, 0, 37, 7
Luminance
0.7243
Every format
| HEX | #afee95 |
| RGB | rgb(175, 238, 149) |
| HSL | hsl(103, 72%, 76%) |
| CMYK | cmyk(27%, 0%, 37%, 7%) |
| LAB | lab(88.2 -35.7 36.9) |
| LCH | lch(88.2 51.4 134.1) |
| OKLCH | oklch(0.886 0.134 136.9) |
Copy-ready code
/* CSS */
color: #afee95;
background-color: #afee95;
/* Tailwind (arbitrary) */
class="text-[#afee95] bg-[#afee95]"
/* SCSS */
$brand: #afee95;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.584)
/* Android */
Color.parseColor("#afee95")Accessibility — WCAG contrast
Aa
#afee95 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afee95 on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue58.4%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow37.4%
Key (black)6.7%
Color previews
#afee95 text on a black background
contrast 15.49:1
Card sample
#afee95 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afee95;
Background color
Panel with #afee95 background
background-color: #afee95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afee95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afee95; background: linear-gradient(135deg, #afee95, #95EEB6);