#ade376
a light, vivid green · cool · closest name: khaki
RGB
173, 227, 118
HSL
90°, 66%, 68%
CMYK
24, 0, 48, 11
Luminance
0.6513
Every format
| HEX | #ade376 |
| RGB | rgb(173, 227, 118) |
| HSL | hsl(90, 66%, 68%) |
| CMYK | cmyk(24%, 0%, 48%, 11%) |
| LAB | lab(84.5 -35.3 47.4) |
| LCH | lch(84.5 59.1 126.7) |
| OKLCH | oklch(0.855 0.150 130.7) |
Copy-ready code
/* CSS */
color: #ade376;
background-color: #ade376;
/* Tailwind (arbitrary) */
class="text-[#ade376] bg-[#ade376]"
/* SCSS */
$brand: #ade376;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.463)
/* Android */
Color.parseColor("#ade376")Accessibility — WCAG contrast
Aa
#ade376 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade376 on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue46.3%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow48.0%
Key (black)11.0%
Color previews
#ade376 text on a black background
contrast 14.03:1
Card sample
#ade376 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade376;
Background color
Panel with #ade376 background
background-color: #ade376;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade376;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade376; background: linear-gradient(135deg, #ade376, #76E387);