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