#afd322
a balanced, vivid green · cool · closest name: yellow
RGB
175, 211, 34
HSL
72°, 72%, 48%
CMYK
17, 0, 84, 17
Luminance
0.5582
Every format
| HEX | #afd322 |
| RGB | rgb(175, 211, 34) |
| HSL | hsl(72, 72%, 48%) |
| CMYK | cmyk(17%, 0%, 84%, 17%) |
| LAB | lab(79.5 -33.1 74.1) |
| LCH | lch(79.5 81.2 114.1) |
| OKLCH | oklch(0.812 0.188 121.6) |
Copy-ready code
/* CSS */
color: #afd322;
background-color: #afd322;
/* Tailwind (arbitrary) */
class="text-[#afd322] bg-[#afd322]"
/* SCSS */
$brand: #afd322;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.133)
/* Android */
Color.parseColor("#afd322")Accessibility — WCAG contrast
Aa
#afd322 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd322 on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue13.3%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow83.9%
Key (black)17.3%
Color previews
#afd322 text on a black background
contrast 12.16:1
Card sample
#afd322 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd322;
Background color
Panel with #afd322 background
background-color: #afd322;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd322;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd322; background: linear-gradient(135deg, #afd322, #39D322);