#afda2b
a balanced, vivid green · cool · closest name: yellow
RGB
175, 218, 43
HSL
75°, 70%, 51%
CMYK
20, 0, 80, 15
Luminance
0.5943
Every format
| HEX | #afda2b |
| RGB | rgb(175, 218, 43) |
| HSL | hsl(75, 70%, 51%) |
| CMYK | cmyk(20%, 0%, 80%, 15%) |
| LAB | lab(81.5 -36.0 73.7) |
| LCH | lch(81.5 82.0 116.0) |
| OKLCH | oklch(0.829 0.192 123.4) |
Copy-ready code
/* CSS */
color: #afda2b;
background-color: #afda2b;
/* Tailwind (arbitrary) */
class="text-[#afda2b] bg-[#afda2b]"
/* SCSS */
$brand: #afda2b;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.169)
/* Android */
Color.parseColor("#afda2b")Accessibility — WCAG contrast
Aa
#afda2b on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afda2b on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue16.9%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow80.3%
Key (black)14.5%
Color previews
#afda2b text on a black background
contrast 12.89:1
Card sample
#afda2b text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afda2b;
Background color
Panel with #afda2b background
background-color: #afda2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afda2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afda2b; background: linear-gradient(135deg, #afda2b, #3BDA2B);