#afd557
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 213, 87
HSL
78°, 60%, 59%
CMYK
18, 0, 59, 17
Luminance
0.5739
Every format
| HEX | #afd557 |
| RGB | rgb(175, 213, 87) |
| HSL | hsl(78, 60%, 59%) |
| CMYK | cmyk(18%, 0%, 59%, 17%) |
| LAB | lab(80.4 -31.1 56.8) |
| LCH | lch(80.4 64.8 118.7) |
| OKLCH | oklch(0.820 0.159 124.0) |
Copy-ready code
/* CSS */
color: #afd557;
background-color: #afd557;
/* Tailwind (arbitrary) */
class="text-[#afd557] bg-[#afd557]"
/* SCSS */
$brand: #afd557;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.341)
/* Android */
Color.parseColor("#afd557")Accessibility — WCAG contrast
Aa
#afd557 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd557 on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue34.1%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow59.2%
Key (black)16.5%
Color previews
#afd557 text on a black background
contrast 12.48:1
Card sample
#afd557 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd557;
Background color
Panel with #afd557 background
background-color: #afd557;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd557;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd557; background: linear-gradient(135deg, #afd557, #5BD557);