#afec95
a light, vivid green · cool · closest name: khaki
RGB
175, 236, 149
HSL
102°, 70%, 76%
CMYK
26, 0, 37, 8
Luminance
0.7127
Every format
| HEX | #afec95 |
| RGB | rgb(175, 236, 149) |
| HSL | hsl(102, 70%, 76%) |
| CMYK | cmyk(26%, 0%, 37%, 8%) |
| LAB | lab(87.6 -34.8 36.1) |
| LCH | lch(87.6 50.2 133.9) |
| OKLCH | oklch(0.881 0.131 136.7) |
Copy-ready code
/* CSS */
color: #afec95;
background-color: #afec95;
/* Tailwind (arbitrary) */
class="text-[#afec95] bg-[#afec95]"
/* SCSS */
$brand: #afec95;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.584)
/* Android */
Color.parseColor("#afec95")Accessibility — WCAG contrast
Aa
#afec95 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afec95 on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue58.4%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow36.9%
Key (black)7.5%
Color previews
#afec95 text on a black background
contrast 15.25:1
Card sample
#afec95 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afec95;
Background color
Panel with #afec95 background
background-color: #afec95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afec95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afec95; background: linear-gradient(135deg, #afec95, #95ECB5);