#affc53
a light, electric green · cool · closest name: yellow
RGB
175, 252, 83
HSL
87°, 97%, 66%
CMYK
31, 0, 67, 1
Luminance
0.7936
Every format
| HEX | #affc53 |
| RGB | rgb(175, 252, 83) |
| HSL | hsl(87, 97%, 66%) |
| CMYK | cmyk(31%, 0%, 67%, 1%) |
| LAB | lab(91.4 -48.7 70.3) |
| LCH | lch(91.4 85.5 124.7) |
| OKLCH | oklch(0.909 0.211 130.8) |
Copy-ready code
/* CSS */
color: #affc53;
background-color: #affc53;
/* Tailwind (arbitrary) */
class="text-[#affc53] bg-[#affc53]"
/* SCSS */
$brand: #affc53;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.325)
/* Android */
Color.parseColor("#affc53")Accessibility — WCAG contrast
Aa
#affc53 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc53 on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue32.5%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow67.1%
Key (black)1.2%
Color previews
#affc53 text on a black background
contrast 16.87:1
Card sample
#affc53 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc53;
Background color
Panel with #affc53 background
background-color: #affc53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc53; background: linear-gradient(135deg, #affc53, #53FC68);