#ade278
a light, vivid green · cool · closest name: khaki
RGB
173, 226, 120
HSL
90°, 65%, 68%
CMYK
24, 0, 47, 11
Luminance
0.6463
Every format
| HEX | #ade278 |
| RGB | rgb(173, 226, 120) |
| HSL | hsl(90, 65%, 68%) |
| CMYK | cmyk(24%, 0%, 47%, 11%) |
| LAB | lab(84.3 -34.6 46.2) |
| LCH | lch(84.3 57.7 126.9) |
| OKLCH | oklch(0.853 0.147 130.8) |
Copy-ready code
/* CSS */
color: #ade278;
background-color: #ade278;
/* Tailwind (arbitrary) */
class="text-[#ade278] bg-[#ade278]"
/* SCSS */
$brand: #ade278;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.471)
/* Android */
Color.parseColor("#ade278")Accessibility — WCAG contrast
Aa
#ade278 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade278 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue47.1%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow46.9%
Key (black)11.4%
Color previews
#ade278 text on a black background
contrast 13.93:1
Card sample
#ade278 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade278;
Background color
Panel with #ade278 background
background-color: #ade278;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade278;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade278; background: linear-gradient(135deg, #ade278, #78E28A);