#ade058
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 224, 88
HSL
83°, 69%, 61%
CMYK
23, 0, 61, 12
Luminance
0.6290
Every format
| HEX | #ade058 |
| RGB | rgb(173, 224, 88) |
| HSL | hsl(83, 69%, 61%) |
| CMYK | cmyk(23%, 0%, 61%, 12%) |
| LAB | lab(83.4 -36.8 59.7) |
| LCH | lch(83.4 70.1 121.7) |
| OKLCH | oklch(0.844 0.173 127.2) |
Copy-ready code
/* CSS */
color: #ade058;
background-color: #ade058;
/* Tailwind (arbitrary) */
class="text-[#ade058] bg-[#ade058]"
/* SCSS */
$brand: #ade058;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.345)
/* Android */
Color.parseColor("#ade058")Accessibility — WCAG contrast
Aa
#ade058 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade058 on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue34.5%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow60.7%
Key (black)12.2%
Color previews
#ade058 text on a black background
contrast 13.58:1
Card sample
#ade058 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade058;
Background color
Panel with #ade058 background
background-color: #ade058;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade058;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade058; background: linear-gradient(135deg, #ade058, #58E05E);