#afda48
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 218, 72
HSL
78°, 66%, 57%
CMYK
20, 0, 67, 15
Luminance
0.5972
Every format
| HEX | #afda48 |
| RGB | rgb(175, 218, 72) |
| HSL | hsl(78, 66%, 57%) |
| CMYK | cmyk(20%, 0%, 67%, 15%) |
| LAB | lab(81.7 -34.5 64.3) |
| LCH | lch(81.7 73.0 118.2) |
| OKLCH | oklch(0.830 0.176 124.4) |
Copy-ready code
/* CSS */
color: #afda48;
background-color: #afda48;
/* Tailwind (arbitrary) */
class="text-[#afda48] bg-[#afda48]"
/* SCSS */
$brand: #afda48;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.282)
/* Android */
Color.parseColor("#afda48")Accessibility — WCAG contrast
Aa
#afda48 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afda48 on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue28.2%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow67.0%
Key (black)14.5%
Color previews
#afda48 text on a black background
contrast 12.94:1
Card sample
#afda48 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afda48;
Background color
Panel with #afda48 background
background-color: #afda48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afda48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afda48; background: linear-gradient(135deg, #afda48, #4EDA48);