#afd649
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 214, 73
HSL
77°, 63%, 56%
CMYK
18, 0, 66, 16
Luminance
0.5769
Every format
| HEX | #afd649 |
| RGB | rgb(175, 214, 73) |
| HSL | hsl(77, 63%, 56%) |
| CMYK | cmyk(18%, 0%, 66%, 16%) |
| LAB | lab(80.6 -32.6 62.8) |
| LCH | lch(80.6 70.8 117.4) |
| OKLCH | oklch(0.821 0.171 123.5) |
Copy-ready code
/* CSS */
color: #afd649;
background-color: #afd649;
/* Tailwind (arbitrary) */
class="text-[#afd649] bg-[#afd649]"
/* SCSS */
$brand: #afd649;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.286)
/* Android */
Color.parseColor("#afd649")Accessibility — WCAG contrast
Aa
#afd649 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd649 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue28.6%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow65.9%
Key (black)16.1%
Color previews
#afd649 text on a black background
contrast 12.54:1
Card sample
#afd649 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd649;
Background color
Panel with #afd649 background
background-color: #afd649;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd649;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd649; background: linear-gradient(135deg, #afd649, #51D649);