#afec98
a light, vivid green · cool · closest name: khaki
RGB
175, 236, 152
HSL
104°, 69%, 76%
CMYK
26, 0, 36, 8
Luminance
0.7137
Every format
| HEX | #afec98 |
| RGB | rgb(175, 236, 152) |
| HSL | hsl(104, 69%, 76%) |
| CMYK | cmyk(26%, 0%, 36%, 8%) |
| LAB | lab(87.7 -34.4 34.7) |
| LCH | lch(87.7 48.9 134.8) |
| OKLCH | oklch(0.882 0.128 137.4) |
Copy-ready code
/* CSS */
color: #afec98;
background-color: #afec98;
/* Tailwind (arbitrary) */
class="text-[#afec98] bg-[#afec98]"
/* SCSS */
$brand: #afec98;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.596)
/* Android */
Color.parseColor("#afec98")Accessibility — WCAG contrast
Aa
#afec98 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afec98 on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue59.6%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow35.6%
Key (black)7.5%
Color previews
#afec98 text on a black background
contrast 15.27:1
Card sample
#afec98 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afec98;
Background color
Panel with #afec98 background
background-color: #afec98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afec98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afec98; background: linear-gradient(135deg, #afec98, #98ECB9);