#afda37
a balanced, vivid green · cool · closest name: yellow
RGB
175, 218, 55
HSL
76°, 69%, 54%
CMYK
20, 0, 75, 15
Luminance
0.5953
Every format
| HEX | #afda37 |
| RGB | rgb(175, 218, 55) |
| HSL | hsl(76, 69%, 54%) |
| CMYK | cmyk(20%, 0%, 75%, 15%) |
| LAB | lab(81.6 -35.5 70.2) |
| LCH | lch(81.6 78.7 116.8) |
| OKLCH | oklch(0.829 0.187 123.7) |
Copy-ready code
/* CSS */
color: #afda37;
background-color: #afda37;
/* Tailwind (arbitrary) */
class="text-[#afda37] bg-[#afda37]"
/* SCSS */
$brand: #afda37;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.216)
/* Android */
Color.parseColor("#afda37")Accessibility — WCAG contrast
Aa
#afda37 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afda37 on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue21.6%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow74.8%
Key (black)14.5%
Color previews
#afda37 text on a black background
contrast 12.91:1
Card sample
#afda37 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afda37;
Background color
Panel with #afda37 background
background-color: #afda37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afda37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afda37; background: linear-gradient(135deg, #afda37, #42DA37);