#ade099
a light, vivid green · cool · closest name: khaki
RGB
173, 224, 153
HSL
103°, 53%, 74%
CMYK
23, 0, 32, 12
Luminance
0.6450
Every format
| HEX | #ade099 |
| RGB | rgb(173, 224, 153) |
| HSL | hsl(103, 53%, 74%) |
| CMYK | cmyk(23%, 0%, 32%, 12%) |
| LAB | lab(84.2 -29.3 29.6) |
| LCH | lch(84.2 41.7 134.7) |
| OKLCH | oklch(0.854 0.109 137.1) |
Copy-ready code
/* CSS */
color: #ade099;
background-color: #ade099;
/* Tailwind (arbitrary) */
class="text-[#ade099] bg-[#ade099]"
/* SCSS */
$brand: #ade099;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.600)
/* Android */
Color.parseColor("#ade099")Accessibility — WCAG contrast
Aa
#ade099 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade099 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue60.0%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow31.7%
Key (black)12.2%
Color previews
#ade099 text on a black background
contrast 13.90:1
Card sample
#ade099 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade099;
Background color
Panel with #ade099 background
background-color: #ade099;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade099;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade099; background: linear-gradient(135deg, #ade099, #99E0B4);