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