#ade760
a balanced, vivid green · cool · closest name: khaki
RGB
173, 231, 96
HSL
86°, 74%, 64%
CMYK
25, 0, 58, 9
Luminance
0.6688
Every format
| HEX | #ade760 |
| RGB | rgb(173, 231, 96) |
| HSL | hsl(86, 74%, 64%) |
| CMYK | cmyk(25%, 0%, 58%, 9%) |
| LAB | lab(85.4 -39.3 58.5) |
| LCH | lch(85.4 70.5 123.9) |
| OKLCH | oklch(0.861 0.175 129.1) |
Copy-ready code
/* CSS */
color: #ade760;
background-color: #ade760;
/* Tailwind (arbitrary) */
class="text-[#ade760] bg-[#ade760]"
/* SCSS */
$brand: #ade760;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.376)
/* Android */
Color.parseColor("#ade760")Accessibility — WCAG contrast
Aa
#ade760 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade760 on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue37.6%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow58.4%
Key (black)9.4%
Color previews
#ade760 text on a black background
contrast 14.38:1
Card sample
#ade760 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade760;
Background color
Panel with #ade760 background
background-color: #ade760;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade760;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade760; background: linear-gradient(135deg, #ade760, #60E76D);