#affc21
a balanced, electric green · cool · closest name: yellow
RGB
175, 252, 33
HSL
81°, 97%, 56%
CMYK
31, 0, 87, 1
Luminance
0.7884
Every format
| HEX | #affc21 |
| RGB | rgb(175, 252, 33) |
| HSL | hsl(81, 97%, 56%) |
| CMYK | cmyk(31%, 0%, 87%, 1%) |
| LAB | lab(91.2 -51.0 84.1) |
| LCH | lch(91.2 98.4 121.2) |
| OKLCH | oklch(0.907 0.234 128.9) |
Copy-ready code
/* CSS */
color: #affc21;
background-color: #affc21;
/* Tailwind (arbitrary) */
class="text-[#affc21] bg-[#affc21]"
/* SCSS */
$brand: #affc21;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.129)
/* Android */
Color.parseColor("#affc21")Accessibility — WCAG contrast
Aa
#affc21 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc21 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue12.9%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow86.9%
Key (black)1.2%
Color previews
#affc21 text on a black background
contrast 16.77:1
Card sample
#affc21 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc21;
Background color
Panel with #affc21 background
background-color: #affc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc21; background: linear-gradient(135deg, #affc21, #21FC25);