#ade755
a balanced, electric green · cool · closest name: olivedrab
RGB
173, 231, 85
HSL
84°, 75%, 62%
CMYK
25, 0, 63, 9
Luminance
0.6669
Every format
| HEX | #ade755 |
| RGB | rgb(173, 231, 85) |
| HSL | hsl(84, 75%, 62%) |
| CMYK | cmyk(25%, 0%, 63%, 9%) |
| LAB | lab(85.3 -40.2 63.0) |
| LCH | lch(85.3 74.8 122.5) |
| OKLCH | oklch(0.860 0.184 128.3) |
Copy-ready code
/* CSS */
color: #ade755;
background-color: #ade755;
/* Tailwind (arbitrary) */
class="text-[#ade755] bg-[#ade755]"
/* SCSS */
$brand: #ade755;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.333)
/* Android */
Color.parseColor("#ade755")Accessibility — WCAG contrast
Aa
#ade755 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade755 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue33.3%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow63.2%
Key (black)9.4%
Color previews
#ade755 text on a black background
contrast 14.34:1
Card sample
#ade755 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade755;
Background color
Panel with #ade755 background
background-color: #ade755;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade755;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade755; background: linear-gradient(135deg, #ade755, #55E75E);