#affd13
a balanced, electric green · cool · closest name: yellow
RGB
175, 253, 19
HSL
80°, 98%, 53%
CMYK
31, 0, 93, 1
Luminance
0.7941
Every format
| HEX | #affd13 |
| RGB | rgb(175, 253, 19) |
| HSL | hsl(80, 98%, 53%) |
| CMYK | cmyk(31%, 0%, 93%, 1%) |
| LAB | lab(91.4 -51.7 86.3) |
| LCH | lch(91.4 100.6 120.9) |
| OKLCH | oklch(0.909 0.238 128.9) |
Copy-ready code
/* CSS */
color: #affd13;
background-color: #affd13;
/* Tailwind (arbitrary) */
class="text-[#affd13] bg-[#affd13]"
/* SCSS */
$brand: #affd13;
/* SwiftUI */
Color(red: 0.686, green: 0.992, blue: 0.075)
/* Android */
Color.parseColor("#affd13")Accessibility — WCAG contrast
Aa
#affd13 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affd13 on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green99.2%
Blue7.5%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow92.5%
Key (black)0.8%
Color previews
#affd13 text on a black background
contrast 16.88:1
Card sample
#affd13 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affd13;
Background color
Panel with #affd13 background
background-color: #affd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 253, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 253, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affd13; background: linear-gradient(135deg, #affd13, #13FD13);