#ade100
a dark, electric green · cool · closest name: yellow
RGB
173, 225, 0
HSL
74°, 100%, 44%
CMYK
23, 0, 100, 12
Luminance
0.6273
Every format
| HEX | #ade100 |
| RGB | rgb(173, 225, 0) |
| HSL | hsl(74, 100%, 44%) |
| CMYK | cmyk(23%, 0%, 100%, 12%) |
| LAB | lab(83.3 -40.8 81.6) |
| LCH | lch(83.3 91.2 116.5) |
| OKLCH | oklch(0.842 0.211 124.7) |
Copy-ready code
/* CSS */
color: #ade100;
background-color: #ade100;
/* Tailwind (arbitrary) */
class="text-[#ade100] bg-[#ade100]"
/* SCSS */
$brand: #ade100;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.000)
/* Android */
Color.parseColor("#ade100")Accessibility — WCAG contrast
Aa
#ade100 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade100 on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue0.0%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow100.0%
Key (black)11.8%
Color previews
#ade100 text on a black background
contrast 13.55:1
Card sample
#ade100 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade100;
Background color
Panel with #ade100 background
background-color: #ade100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade100; background: linear-gradient(135deg, #ade100, #17E100);