#adfc13
a balanced, electric green · cool · closest name: yellow
RGB
173, 252, 19
HSL
80°, 98%, 53%
CMYK
31, 0, 93, 1
Luminance
0.7855
Every format
| HEX | #adfc13 |
| RGB | rgb(173, 252, 19) |
| HSL | hsl(80, 98%, 53%) |
| CMYK | cmyk(31%, 0%, 93%, 1%) |
| LAB | lab(91.0 -52.0 86.0) |
| LCH | lch(91.0 100.5 121.2) |
| OKLCH | oklch(0.905 0.238 129.1) |
Copy-ready code
/* CSS */
color: #adfc13;
background-color: #adfc13;
/* Tailwind (arbitrary) */
class="text-[#adfc13] bg-[#adfc13]"
/* SCSS */
$brand: #adfc13;
/* SwiftUI */
Color(red: 0.678, green: 0.988, blue: 0.075)
/* Android */
Color.parseColor("#adfc13")Accessibility — WCAG contrast
Aa
#adfc13 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfc13 on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.8%
Blue7.5%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow92.5%
Key (black)1.2%
Color previews
#adfc13 text on a black background
contrast 16.71:1
Card sample
#adfc13 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfc13;
Background color
Panel with #adfc13 background
background-color: #adfc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 252, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 252, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfc13; background: linear-gradient(135deg, #adfc13, #13FC14);