#ade257
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 226, 87
HSL
83°, 71%, 61%
CMYK
24, 0, 62, 11
Luminance
0.6397
Every format
| HEX | #ade257 |
| RGB | rgb(173, 226, 87) |
| HSL | hsl(83, 71%, 61%) |
| CMYK | cmyk(24%, 0%, 62%, 11%) |
| LAB | lab(84.0 -37.8 60.7) |
| LCH | lch(84.0 71.5 121.9) |
| OKLCH | oklch(0.849 0.176 127.5) |
Copy-ready code
/* CSS */
color: #ade257;
background-color: #ade257;
/* Tailwind (arbitrary) */
class="text-[#ade257] bg-[#ade257]"
/* SCSS */
$brand: #ade257;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.341)
/* Android */
Color.parseColor("#ade257")Accessibility — WCAG contrast
Aa
#ade257 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade257 on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue34.1%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow61.5%
Key (black)11.4%
Color previews
#ade257 text on a black background
contrast 13.79:1
Card sample
#ade257 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade257;
Background color
Panel with #ade257 background
background-color: #ade257;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade257;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade257; background: linear-gradient(135deg, #ade257, #57E25E);