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