#afdc49
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 220, 73
HSL
78°, 68%, 58%
CMYK
21, 0, 67, 14
Luminance
0.6078
Every format
| HEX | #afdc49 |
| RGB | rgb(175, 220, 73) |
| HSL | hsl(78, 68%, 58%) |
| CMYK | cmyk(21%, 0%, 67%, 14%) |
| LAB | lab(82.3 -35.4 64.6) |
| LCH | lch(82.3 73.6 118.7) |
| OKLCH | oklch(0.835 0.178 124.9) |
Copy-ready code
/* CSS */
color: #afdc49;
background-color: #afdc49;
/* Tailwind (arbitrary) */
class="text-[#afdc49] bg-[#afdc49]"
/* SCSS */
$brand: #afdc49;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.286)
/* Android */
Color.parseColor("#afdc49")Accessibility — WCAG contrast
Aa
#afdc49 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc49 on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue28.6%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow66.8%
Key (black)13.7%
Color previews
#afdc49 text on a black background
contrast 13.16:1
Card sample
#afdc49 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc49;
Background color
Panel with #afdc49 background
background-color: #afdc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc49; background: linear-gradient(135deg, #afdc49, #4DDC49);