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