#afdb2c
a balanced, vivid green · cool · closest name: yellow
RGB
175, 219, 44
HSL
75°, 71%, 52%
CMYK
20, 0, 80, 14
Luminance
0.5996
Every format
| HEX | #afdb2c |
| RGB | rgb(175, 219, 44) |
| HSL | hsl(75, 71%, 52%) |
| CMYK | cmyk(20%, 0%, 80%, 14%) |
| LAB | lab(81.8 -36.4 73.7) |
| LCH | lch(81.8 82.2 116.3) |
| OKLCH | oklch(0.831 0.193 123.6) |
Copy-ready code
/* CSS */
color: #afdb2c;
background-color: #afdb2c;
/* Tailwind (arbitrary) */
class="text-[#afdb2c] bg-[#afdb2c]"
/* SCSS */
$brand: #afdb2c;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.173)
/* Android */
Color.parseColor("#afdb2c")Accessibility — WCAG contrast
Aa
#afdb2c on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdb2c on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue17.3%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow79.9%
Key (black)14.1%
Color previews
#afdb2c text on a black background
contrast 12.99:1
Card sample
#afdb2c text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdb2c;
Background color
Panel with #afdb2c background
background-color: #afdb2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdb2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdb2c; background: linear-gradient(135deg, #afdb2c, #3ADB2C);