#afd481
a light, vivid green · cool · closest name: khaki
RGB
175, 212, 129
HSL
87°, 49%, 67%
CMYK
18, 0, 39, 17
Luminance
0.5779
Every format
| HEX | #afd481 |
| RGB | rgb(175, 212, 129) |
| HSL | hsl(87, 49%, 67%) |
| CMYK | cmyk(18%, 0%, 39%, 17%) |
| LAB | lab(80.6 -26.2 37.1) |
| LCH | lch(80.6 45.4 125.3) |
| OKLCH | oklch(0.824 0.116 128.3) |
Copy-ready code
/* CSS */
color: #afd481;
background-color: #afd481;
/* Tailwind (arbitrary) */
class="text-[#afd481] bg-[#afd481]"
/* SCSS */
$brand: #afd481;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.506)
/* Android */
Color.parseColor("#afd481")Accessibility — WCAG contrast
Aa
#afd481 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd481 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue50.6%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow39.2%
Key (black)16.9%
Color previews
#afd481 text on a black background
contrast 12.56:1
Card sample
#afd481 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd481;
Background color
Panel with #afd481 background
background-color: #afd481;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd481;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd481; background: linear-gradient(135deg, #afd481, #81D48A);