#afed92
a light, vivid green · cool · closest name: khaki
RGB
175, 237, 146
HSL
101°, 72%, 75%
CMYK
26, 0, 38, 7
Luminance
0.7176
Every format
| HEX | #afed92 |
| RGB | rgb(175, 237, 146) |
| HSL | hsl(101, 72%, 75%) |
| CMYK | cmyk(26%, 0%, 38%, 7%) |
| LAB | lab(87.8 -35.7 38.0) |
| LCH | lch(87.8 52.1 133.3) |
| OKLCH | oklch(0.883 0.135 136.2) |
Copy-ready code
/* CSS */
color: #afed92;
background-color: #afed92;
/* Tailwind (arbitrary) */
class="text-[#afed92] bg-[#afed92]"
/* SCSS */
$brand: #afed92;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.573)
/* Android */
Color.parseColor("#afed92")Accessibility — WCAG contrast
Aa
#afed92 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afed92 on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue57.3%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow38.4%
Key (black)7.1%
Color previews
#afed92 text on a black background
contrast 15.35:1
Card sample
#afed92 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afed92;
Background color
Panel with #afed92 background
background-color: #afed92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afed92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afed92; background: linear-gradient(135deg, #afed92, #92EDB2);