#ade153
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 225, 83
HSL
82°, 70%, 60%
CMYK
23, 0, 63, 12
Luminance
0.6336
Every format
| HEX | #ade153 |
| RGB | rgb(173, 225, 83) |
| HSL | hsl(82, 70%, 60%) |
| CMYK | cmyk(23%, 0%, 63%, 12%) |
| LAB | lab(83.6 -37.7 62.0) |
| LCH | lch(83.6 72.6 121.3) |
| OKLCH | oklch(0.846 0.178 127.0) |
Copy-ready code
/* CSS */
color: #ade153;
background-color: #ade153;
/* Tailwind (arbitrary) */
class="text-[#ade153] bg-[#ade153]"
/* SCSS */
$brand: #ade153;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.325)
/* Android */
Color.parseColor("#ade153")Accessibility — WCAG contrast
Aa
#ade153 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade153 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue32.5%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow63.1%
Key (black)11.8%
Color previews
#ade153 text on a black background
contrast 13.67:1
Card sample
#ade153 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade153;
Background color
Panel with #ade153 background
background-color: #ade153;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade153;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade153; background: linear-gradient(135deg, #ade153, #53E158);