#ade297
a light, vivid green · cool · closest name: khaki
RGB
173, 226, 151
HSL
102°, 56%, 74%
CMYK
24, 0, 33, 11
Luminance
0.6551
Every format
| HEX | #ade297 |
| RGB | rgb(173, 226, 151) |
| HSL | hsl(102, 56%, 74%) |
| CMYK | cmyk(24%, 0%, 33%, 11%) |
| LAB | lab(84.8 -30.6 31.3) |
| LCH | lch(84.8 43.8 134.3) |
| OKLCH | oklch(0.858 0.114 136.8) |
Copy-ready code
/* CSS */
color: #ade297;
background-color: #ade297;
/* Tailwind (arbitrary) */
class="text-[#ade297] bg-[#ade297]"
/* SCSS */
$brand: #ade297;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.592)
/* Android */
Color.parseColor("#ade297")Accessibility — WCAG contrast
Aa
#ade297 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade297 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue59.2%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow33.2%
Key (black)11.4%
Color previews
#ade297 text on a black background
contrast 14.10:1
Card sample
#ade297 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade297;
Background color
Panel with #ade297 background
background-color: #ade297;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade297;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade297; background: linear-gradient(135deg, #ade297, #97E2B3);