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