#afd549
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 213, 73
HSL
76°, 63%, 56%
CMYK
18, 0, 66, 17
Luminance
0.5718
Every format
| HEX | #afd549 |
| RGB | rgb(175, 213, 73) |
| HSL | hsl(76, 63%, 56%) |
| CMYK | cmyk(18%, 0%, 66%, 17%) |
| LAB | lab(80.3 -32.1 62.5) |
| LCH | lch(80.3 70.3 117.2) |
| OKLCH | oklch(0.819 0.170 123.2) |
Copy-ready code
/* CSS */
color: #afd549;
background-color: #afd549;
/* Tailwind (arbitrary) */
class="text-[#afd549] bg-[#afd549]"
/* SCSS */
$brand: #afd549;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.286)
/* Android */
Color.parseColor("#afd549")Accessibility — WCAG contrast
Aa
#afd549 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd549 on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue28.6%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow65.7%
Key (black)16.5%
Color previews
#afd549 text on a black background
contrast 12.44:1
Card sample
#afd549 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd549;
Background color
Panel with #afd549 background
background-color: #afd549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd549; background: linear-gradient(135deg, #afd549, #52D549);