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