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