#afcd21
a balanced, vivid green · cool · closest name: yellow
RGB
175, 205, 33
HSL
71°, 72%, 47%
CMYK
15, 0, 84, 20
Luminance
0.5289
Every format
| HEX | #afcd21 |
| RGB | rgb(175, 205, 33) |
| HSL | hsl(71, 72%, 47%) |
| CMYK | cmyk(15%, 0%, 84%, 20%) |
| LAB | lab(77.8 -30.3 72.9) |
| LCH | lch(77.8 78.9 112.6) |
| OKLCH | oklch(0.798 0.182 120.0) |
Copy-ready code
/* CSS */
color: #afcd21;
background-color: #afcd21;
/* Tailwind (arbitrary) */
class="text-[#afcd21] bg-[#afcd21]"
/* SCSS */
$brand: #afcd21;
/* SwiftUI */
Color(red: 0.686, green: 0.804, blue: 0.129)
/* Android */
Color.parseColor("#afcd21")Accessibility — WCAG contrast
Aa
#afcd21 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcd21 on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.4%
Blue12.9%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow83.9%
Key (black)19.6%
Color previews
#afcd21 text on a black background
contrast 11.58:1
Card sample
#afcd21 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcd21;
Background color
Panel with #afcd21 background
background-color: #afcd21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcd21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 205, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 205, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcd21; background: linear-gradient(135deg, #afcd21, #3CCD21);