#afd223
a balanced, vivid green · cool · closest name: yellow
RGB
175, 210, 35
HSL
72°, 71%, 48%
CMYK
17, 0, 83, 18
Luminance
0.5533
Every format
| HEX | #afd223 |
| RGB | rgb(175, 210, 35) |
| HSL | hsl(72, 71%, 48%) |
| CMYK | cmyk(17%, 0%, 83%, 18%) |
| LAB | lab(79.2 -32.6 73.6) |
| LCH | lch(79.2 80.5 113.9) |
| OKLCH | oklch(0.810 0.187 121.3) |
Copy-ready code
/* CSS */
color: #afd223;
background-color: #afd223;
/* Tailwind (arbitrary) */
class="text-[#afd223] bg-[#afd223]"
/* SCSS */
$brand: #afd223;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.137)
/* Android */
Color.parseColor("#afd223")Accessibility — WCAG contrast
Aa
#afd223 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd223 on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue13.7%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow83.3%
Key (black)17.6%
Color previews
#afd223 text on a black background
contrast 12.07:1
Card sample
#afd223 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd223;
Background color
Panel with #afd223 background
background-color: #afd223;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd223;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd223; background: linear-gradient(135deg, #afd223, #3AD223);