#ade972
a light, vivid green · cool · closest name: khaki
RGB
173, 233, 114
HSL
90°, 73%, 68%
CMYK
26, 0, 51, 9
Luminance
0.6838
Every format
| HEX | #ade972 |
| RGB | rgb(173, 233, 114) |
| HSL | hsl(90, 73%, 68%) |
| CMYK | cmyk(26%, 0%, 51%, 9%) |
| LAB | lab(86.2 -38.5 51.3) |
| LCH | lch(86.2 64.1 126.9) |
| OKLCH | oklch(0.868 0.162 131.2) |
Copy-ready code
/* CSS */
color: #ade972;
background-color: #ade972;
/* Tailwind (arbitrary) */
class="text-[#ade972] bg-[#ade972]"
/* SCSS */
$brand: #ade972;
/* SwiftUI */
Color(red: 0.678, green: 0.914, blue: 0.447)
/* Android */
Color.parseColor("#ade972")Accessibility — WCAG contrast
Aa
#ade972 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade972 on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.4%
Blue44.7%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow51.1%
Key (black)8.6%
Color previews
#ade972 text on a black background
contrast 14.68:1
Card sample
#ade972 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade972;
Background color
Panel with #ade972 background
background-color: #ade972;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade972;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 233, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 233, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade972; background: linear-gradient(135deg, #ade972, #72E986);