#afe98f
a light, vivid green · cool · closest name: khaki
RGB
175, 233, 143
HSL
99°, 67%, 74%
CMYK
25, 0, 39, 9
Luminance
0.6937
Every format
| HEX | #afe98f |
| RGB | rgb(175, 233, 143) |
| HSL | hsl(99, 67%, 74%) |
| CMYK | cmyk(25%, 0%, 39%, 9%) |
| LAB | lab(86.7 -34.3 37.9) |
| LCH | lch(86.7 51.1 132.1) |
| OKLCH | oklch(0.873 0.133 135.1) |
Copy-ready code
/* CSS */
color: #afe98f;
background-color: #afe98f;
/* Tailwind (arbitrary) */
class="text-[#afe98f] bg-[#afe98f]"
/* SCSS */
$brand: #afe98f;
/* SwiftUI */
Color(red: 0.686, green: 0.914, blue: 0.561)
/* Android */
Color.parseColor("#afe98f")Accessibility — WCAG contrast
Aa
#afe98f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe98f on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.4%
Blue56.1%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow38.6%
Key (black)8.6%
Color previews
#afe98f text on a black background
contrast 14.87:1
Card sample
#afe98f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe98f;
Background color
Panel with #afe98f background
background-color: #afe98f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe98f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 233, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 233, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe98f; background: linear-gradient(135deg, #afe98f, #8FE9AB);