#afdc37
a balanced, vivid green · cool · closest name: yellow
RGB
175, 220, 55
HSL
76°, 70%, 54%
CMYK
21, 0, 75, 14
Luminance
0.6058
Every format
| HEX | #afdc37 |
| RGB | rgb(175, 220, 55) |
| HSL | hsl(76, 70%, 54%) |
| CMYK | cmyk(21%, 0%, 75%, 14%) |
| LAB | lab(82.2 -36.4 70.8) |
| LCH | lch(82.2 79.6 117.2) |
| OKLCH | oklch(0.834 0.189 124.1) |
Copy-ready code
/* CSS */
color: #afdc37;
background-color: #afdc37;
/* Tailwind (arbitrary) */
class="text-[#afdc37] bg-[#afdc37]"
/* SCSS */
$brand: #afdc37;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.216)
/* Android */
Color.parseColor("#afdc37")Accessibility — WCAG contrast
Aa
#afdc37 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc37 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue21.6%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow75.0%
Key (black)13.7%
Color previews
#afdc37 text on a black background
contrast 13.12:1
Card sample
#afdc37 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc37;
Background color
Panel with #afdc37 background
background-color: #afdc37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc37; background: linear-gradient(135deg, #afdc37, #41DC37);