#afdf34
a balanced, vivid green · cool · closest name: yellow
RGB
175, 223, 52
HSL
77°, 73%, 54%
CMYK
22, 0, 77, 13
Luminance
0.6214
Every format
| HEX | #afdf34 |
| RGB | rgb(175, 223, 52) |
| HSL | hsl(77, 73%, 54%) |
| CMYK | cmyk(22%, 0%, 77%, 13%) |
| LAB | lab(83.0 -37.9 72.5) |
| LCH | lch(83.0 81.8 117.6) |
| OKLCH | oklch(0.841 0.194 124.7) |
Copy-ready code
/* CSS */
color: #afdf34;
background-color: #afdf34;
/* Tailwind (arbitrary) */
class="text-[#afdf34] bg-[#afdf34]"
/* SCSS */
$brand: #afdf34;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.204)
/* Android */
Color.parseColor("#afdf34")Accessibility — WCAG contrast
Aa
#afdf34 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf34 on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue20.4%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow76.7%
Key (black)12.5%
Color previews
#afdf34 text on a black background
contrast 13.43:1
Card sample
#afdf34 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf34;
Background color
Panel with #afdf34 background
background-color: #afdf34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf34; background: linear-gradient(135deg, #afdf34, #3DDF34);