#afdc21
a balanced, vivid green · cool · closest name: yellow
RGB
175, 220, 33
HSL
74°, 74%, 50%
CMYK
21, 0, 85, 14
Luminance
0.6041
Every format
| HEX | #afdc21 |
| RGB | rgb(175, 220, 33) |
| HSL | hsl(74, 74%, 50%) |
| CMYK | cmyk(21%, 0%, 85%, 14%) |
| LAB | lab(82.1 -37.2 76.5) |
| LCH | lch(82.1 85.1 116.0) |
| OKLCH | oklch(0.833 0.198 123.6) |
Copy-ready code
/* CSS */
color: #afdc21;
background-color: #afdc21;
/* Tailwind (arbitrary) */
class="text-[#afdc21] bg-[#afdc21]"
/* SCSS */
$brand: #afdc21;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.129)
/* Android */
Color.parseColor("#afdc21")Accessibility — WCAG contrast
Aa
#afdc21 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc21 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue12.9%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow85.0%
Key (black)13.7%
Color previews
#afdc21 text on a black background
contrast 13.08:1
Card sample
#afdc21 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc21;
Background color
Panel with #afdc21 background
background-color: #afdc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc21; background: linear-gradient(135deg, #afdc21, #32DC21);