#afec82
a light, vivid green · cool · closest name: khaki
RGB
175, 236, 130
HSL
95°, 74%, 72%
CMYK
26, 0, 45, 8
Luminance
0.7072
Every format
| HEX | #afec82 |
| RGB | rgb(175, 236, 130) |
| HSL | hsl(95, 74%, 72%) |
| CMYK | cmyk(26%, 0%, 45%, 8%) |
| LAB | lab(87.3 -37.3 45.2) |
| LCH | lch(87.3 58.6 129.6) |
| OKLCH | oklch(0.878 0.150 133.2) |
Copy-ready code
/* CSS */
color: #afec82;
background-color: #afec82;
/* Tailwind (arbitrary) */
class="text-[#afec82] bg-[#afec82]"
/* SCSS */
$brand: #afec82;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.510)
/* Android */
Color.parseColor("#afec82")Accessibility — WCAG contrast
Aa
#afec82 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afec82 on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue51.0%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow44.9%
Key (black)7.5%
Color previews
#afec82 text on a black background
contrast 15.14:1
Card sample
#afec82 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afec82;
Background color
Panel with #afec82 background
background-color: #afec82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afec82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afec82; background: linear-gradient(135deg, #afec82, #82EC9C);