#afef97
a light, vivid green · cool · closest name: khaki
RGB
175, 239, 151
HSL
104°, 73%, 77%
CMYK
27, 0, 37, 6
Luminance
0.7308
Every format
| HEX | #afef97 |
| RGB | rgb(175, 239, 151) |
| HSL | hsl(104, 73%, 77%) |
| CMYK | cmyk(27%, 0%, 37%, 6%) |
| LAB | lab(88.5 -35.9 36.3) |
| LCH | lch(88.5 51.0 134.7) |
| OKLCH | oklch(0.888 0.133 137.5) |
Copy-ready code
/* CSS */
color: #afef97;
background-color: #afef97;
/* Tailwind (arbitrary) */
class="text-[#afef97] bg-[#afef97]"
/* SCSS */
$brand: #afef97;
/* SwiftUI */
Color(red: 0.686, green: 0.937, blue: 0.592)
/* Android */
Color.parseColor("#afef97")Accessibility — WCAG contrast
Aa
#afef97 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afef97 on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.7%
Blue59.2%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow36.8%
Key (black)6.3%
Color previews
#afef97 text on a black background
contrast 15.62:1
Card sample
#afef97 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afef97;
Background color
Panel with #afef97 background
background-color: #afef97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afef97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 239, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 239, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afef97; background: linear-gradient(135deg, #afef97, #97EFBA);