#ade272
a light, vivid green · cool · closest name: khaki
RGB
173, 226, 114
HSL
88°, 66%, 67%
CMYK
24, 0, 50, 11
Luminance
0.6449
Every format
| HEX | #ade272 |
| RGB | rgb(173, 226, 114) |
| HSL | hsl(88, 66%, 67%) |
| CMYK | cmyk(24%, 0%, 50%, 11%) |
| LAB | lab(84.2 -35.3 48.9) |
| LCH | lch(84.2 60.3 125.8) |
| OKLCH | oklch(0.852 0.153 130.0) |
Copy-ready code
/* CSS */
color: #ade272;
background-color: #ade272;
/* Tailwind (arbitrary) */
class="text-[#ade272] bg-[#ade272]"
/* SCSS */
$brand: #ade272;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.447)
/* Android */
Color.parseColor("#ade272")Accessibility — WCAG contrast
Aa
#ade272 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade272 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue44.7%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow49.6%
Key (black)11.4%
Color previews
#ade272 text on a black background
contrast 13.90:1
Card sample
#ade272 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade272;
Background color
Panel with #ade272 background
background-color: #ade272;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade272;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade272; background: linear-gradient(135deg, #ade272, #72E282);