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