#afdf1b
a balanced, electric green · cool · closest name: yellow
RGB
175, 223, 27
HSL
75°, 78%, 49%
CMYK
22, 0, 88, 13
Luminance
0.6197
Every format
| HEX | #afdf1b |
| RGB | rgb(175, 223, 27) |
| HSL | hsl(75, 78%, 49%) |
| CMYK | cmyk(22%, 0%, 88%, 13%) |
| LAB | lab(82.9 -38.7 78.3) |
| LCH | lch(82.9 87.4 116.3) |
| OKLCH | oklch(0.840 0.203 124.1) |
Copy-ready code
/* CSS */
color: #afdf1b;
background-color: #afdf1b;
/* Tailwind (arbitrary) */
class="text-[#afdf1b] bg-[#afdf1b]"
/* SCSS */
$brand: #afdf1b;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.106)
/* Android */
Color.parseColor("#afdf1b")Accessibility — WCAG contrast
Aa
#afdf1b on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf1b on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue10.6%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow87.9%
Key (black)12.5%
Color previews
#afdf1b text on a black background
contrast 13.39:1
Card sample
#afdf1b text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf1b;
Background color
Panel with #afdf1b background
background-color: #afdf1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf1b; background: linear-gradient(135deg, #afdf1b, #2CDF1B);