#afdf2c
a balanced, vivid green · cool · closest name: yellow
RGB
175, 223, 44
HSL
76°, 74%, 52%
CMYK
22, 0, 80, 13
Luminance
0.6207
Every format
| HEX | #afdf2c |
| RGB | rgb(175, 223, 44) |
| HSL | hsl(76, 74%, 52%) |
| CMYK | cmyk(22%, 0%, 80%, 13%) |
| LAB | lab(83.0 -38.2 74.7) |
| LCH | lch(83.0 83.9 117.1) |
| OKLCH | oklch(0.840 0.198 124.4) |
Copy-ready code
/* CSS */
color: #afdf2c;
background-color: #afdf2c;
/* Tailwind (arbitrary) */
class="text-[#afdf2c] bg-[#afdf2c]"
/* SCSS */
$brand: #afdf2c;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.173)
/* Android */
Color.parseColor("#afdf2c")Accessibility — WCAG contrast
Aa
#afdf2c on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf2c on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue17.3%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow80.3%
Key (black)12.5%
Color previews
#afdf2c text on a black background
contrast 13.41:1
Card sample
#afdf2c text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf2c;
Background color
Panel with #afdf2c background
background-color: #afdf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf2c; background: linear-gradient(135deg, #afdf2c, #38DF2C);