#afe192
a light, vivid green · cool · closest name: khaki
RGB
175, 225, 146
HSL
98°, 57%, 73%
CMYK
22, 0, 35, 12
Luminance
0.6504
Every format
| HEX | #afe192 |
| RGB | rgb(175, 225, 146) |
| HSL | hsl(98, 57%, 73%) |
| CMYK | cmyk(22%, 0%, 35%, 12%) |
| LAB | lab(84.5 -30.1 33.6) |
| LCH | lch(84.5 45.1 131.9) |
| OKLCH | oklch(0.856 0.117 134.6) |
Copy-ready code
/* CSS */
color: #afe192;
background-color: #afe192;
/* Tailwind (arbitrary) */
class="text-[#afe192] bg-[#afe192]"
/* SCSS */
$brand: #afe192;
/* SwiftUI */
Color(red: 0.686, green: 0.882, blue: 0.573)
/* Android */
Color.parseColor("#afe192")Accessibility — WCAG contrast
Aa
#afe192 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe192 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green88.2%
Blue57.3%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow35.1%
Key (black)11.8%
Color previews
#afe192 text on a black background
contrast 14.01:1
Card sample
#afe192 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe192;
Background color
Panel with #afe192 background
background-color: #afe192;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe192;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 225, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 225, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe192; background: linear-gradient(135deg, #afe192, #92E1AA);