#ade140
a balanced, vivid green · cool · closest name: yellow
RGB
173, 225, 64
HSL
79°, 73%, 57%
CMYK
23, 0, 72, 12
Luminance
0.6310
Every format
| HEX | #ade140 |
| RGB | rgb(173, 225, 64) |
| HSL | hsl(79, 73%, 57%) |
| CMYK | cmyk(23%, 0%, 72%, 12%) |
| LAB | lab(83.5 -38.9 69.0) |
| LCH | lch(83.5 79.3 119.4) |
| OKLCH | oklch(0.845 0.191 126.0) |
Copy-ready code
/* CSS */
color: #ade140;
background-color: #ade140;
/* Tailwind (arbitrary) */
class="text-[#ade140] bg-[#ade140]"
/* SCSS */
$brand: #ade140;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.251)
/* Android */
Color.parseColor("#ade140")Accessibility — WCAG contrast
Aa
#ade140 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade140 on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue25.1%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow71.6%
Key (black)11.8%
Color previews
#ade140 text on a black background
contrast 13.62:1
Card sample
#ade140 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade140;
Background color
Panel with #ade140 background
background-color: #ade140;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade140;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade140; background: linear-gradient(135deg, #ade140, #42E140);