#afdc82
a light, vivid green · cool · closest name: khaki
RGB
175, 220, 130
HSL
90°, 56%, 69%
CMYK
21, 0, 41, 14
Luminance
0.6191
Every format
| HEX | #afdc82 |
| RGB | rgb(175, 220, 130) |
| HSL | hsl(90, 56%, 69%) |
| CMYK | cmyk(21%, 0%, 41%, 14%) |
| LAB | lab(82.9 -29.9 39.5) |
| LCH | lch(82.9 49.5 127.1) |
| OKLCH | oklch(0.842 0.127 130.4) |
Copy-ready code
/* CSS */
color: #afdc82;
background-color: #afdc82;
/* Tailwind (arbitrary) */
class="text-[#afdc82] bg-[#afdc82]"
/* SCSS */
$brand: #afdc82;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.510)
/* Android */
Color.parseColor("#afdc82")Accessibility — WCAG contrast
Aa
#afdc82 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc82 on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue51.0%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow40.9%
Key (black)13.7%
Color previews
#afdc82 text on a black background
contrast 13.38:1
Card sample
#afdc82 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc82;
Background color
Panel with #afdc82 background
background-color: #afdc82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc82; background: linear-gradient(135deg, #afdc82, #82DC91);