#ade774
a light, vivid green · cool · closest name: khaki
RGB
173, 231, 116
HSL
90°, 71%, 68%
CMYK
25, 0, 50, 9
Luminance
0.6730
Every format
| HEX | #ade774 |
| RGB | rgb(173, 231, 116) |
| HSL | hsl(90, 71%, 68%) |
| CMYK | cmyk(25%, 0%, 50%, 9%) |
| LAB | lab(85.7 -37.4 49.7) |
| LCH | lch(85.7 62.2 126.9) |
| OKLCH | oklch(0.863 0.158 131.1) |
Copy-ready code
/* CSS */
color: #ade774;
background-color: #ade774;
/* Tailwind (arbitrary) */
class="text-[#ade774] bg-[#ade774]"
/* SCSS */
$brand: #ade774;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.455)
/* Android */
Color.parseColor("#ade774")Accessibility — WCAG contrast
Aa
#ade774 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade774 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue45.5%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow49.8%
Key (black)9.4%
Color previews
#ade774 text on a black background
contrast 14.46:1
Card sample
#ade774 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade774;
Background color
Panel with #ade774 background
background-color: #ade774;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade774;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade774; background: linear-gradient(135deg, #ade774, #74E788);