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