#afd423
a balanced, vivid green · cool · closest name: yellow
RGB
175, 212, 35
HSL
73°, 72%, 48%
CMYK
18, 0, 84, 17
Luminance
0.5632
Every format
| HEX | #afd423 |
| RGB | rgb(175, 212, 35) |
| HSL | hsl(73, 72%, 48%) |
| CMYK | cmyk(18%, 0%, 84%, 17%) |
| LAB | lab(79.8 -33.5 74.1) |
| LCH | lch(79.8 81.3 114.3) |
| OKLCH | oklch(0.815 0.189 121.8) |
Copy-ready code
/* CSS */
color: #afd423;
background-color: #afd423;
/* Tailwind (arbitrary) */
class="text-[#afd423] bg-[#afd423]"
/* SCSS */
$brand: #afd423;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.137)
/* Android */
Color.parseColor("#afd423")Accessibility — WCAG contrast
Aa
#afd423 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd423 on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue13.7%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow83.5%
Key (black)16.9%
Color previews
#afd423 text on a black background
contrast 12.26:1
Card sample
#afd423 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd423;
Background color
Panel with #afd423 background
background-color: #afd423;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd423;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd423; background: linear-gradient(135deg, #afd423, #39D423);