#afef13
a balanced, electric green · cool · closest name: yellow
RGB
175, 239, 19
HSL
78°, 87%, 51%
CMYK
27, 0, 92, 6
Luminance
0.7089
Every format
| HEX | #afef13 |
| RGB | rgb(175, 239, 19) |
| HSL | hsl(78, 87%, 51%) |
| CMYK | cmyk(27%, 0%, 92%, 6%) |
| LAB | lab(87.4 -45.8 83.2) |
| LCH | lch(87.4 94.9 118.9) |
| OKLCH | oklch(0.876 0.223 126.9) |
Copy-ready code
/* CSS */
color: #afef13;
background-color: #afef13;
/* Tailwind (arbitrary) */
class="text-[#afef13] bg-[#afef13]"
/* SCSS */
$brand: #afef13;
/* SwiftUI */
Color(red: 0.686, green: 0.937, blue: 0.075)
/* Android */
Color.parseColor("#afef13")Accessibility — WCAG contrast
Aa
#afef13 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afef13 on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.7%
Blue7.5%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow92.1%
Key (black)6.3%
Color previews
#afef13 text on a black background
contrast 15.18:1
Card sample
#afef13 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afef13;
Background color
Panel with #afef13 background
background-color: #afef13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afef13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 239, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 239, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afef13; background: linear-gradient(135deg, #afef13, #1CEF13);