#affc14
a balanced, electric green · cool · closest name: yellow
RGB
175, 252, 20
HSL
80°, 98%, 53%
CMYK
31, 0, 92, 1
Luminance
0.7879
Every format
| HEX | #affc14 |
| RGB | rgb(175, 252, 20) |
| HSL | hsl(80, 98%, 53%) |
| CMYK | cmyk(31%, 0%, 92%, 1%) |
| LAB | lab(91.1 -51.3 86.0) |
| LCH | lch(91.1 100.1 120.8) |
| OKLCH | oklch(0.906 0.236 128.7) |
Copy-ready code
/* CSS */
color: #affc14;
background-color: #affc14;
/* Tailwind (arbitrary) */
class="text-[#affc14] bg-[#affc14]"
/* SCSS */
$brand: #affc14;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.078)
/* Android */
Color.parseColor("#affc14")Accessibility — WCAG contrast
Aa
#affc14 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc14 on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue7.8%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow92.1%
Key (black)1.2%
Color previews
#affc14 text on a black background
contrast 16.76:1
Card sample
#affc14 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc14;
Background color
Panel with #affc14 background
background-color: #affc14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc14; background: linear-gradient(135deg, #affc14, #14FC14);