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