#afce21
a balanced, vivid green · cool · closest name: yellow
RGB
175, 206, 33
HSL
71°, 72%, 47%
CMYK
15, 0, 84, 19
Luminance
0.5337
Every format
| HEX | #afce21 |
| RGB | rgb(175, 206, 33) |
| HSL | hsl(71, 72%, 47%) |
| CMYK | cmyk(15%, 0%, 84%, 19%) |
| LAB | lab(78.1 -30.8 73.1) |
| LCH | lch(78.1 79.3 112.8) |
| OKLCH | oklch(0.801 0.183 120.3) |
Copy-ready code
/* CSS */
color: #afce21;
background-color: #afce21;
/* Tailwind (arbitrary) */
class="text-[#afce21] bg-[#afce21]"
/* SCSS */
$brand: #afce21;
/* SwiftUI */
Color(red: 0.686, green: 0.808, blue: 0.129)
/* Android */
Color.parseColor("#afce21")Accessibility — WCAG contrast
Aa
#afce21 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afce21 on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.8%
Blue12.9%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow84.0%
Key (black)19.2%
Color previews
#afce21 text on a black background
contrast 11.67:1
Card sample
#afce21 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afce21;
Background color
Panel with #afce21 background
background-color: #afce21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afce21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 206, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 206, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afce21; background: linear-gradient(135deg, #afce21, #3CCE21);