#ade262
a balanced, vivid green · cool · closest name: khaki
RGB
173, 226, 98
HSL
85°, 69%, 64%
CMYK
24, 0, 57, 11
Luminance
0.6416
Every format
| HEX | #ade262 |
| RGB | rgb(173, 226, 98) |
| HSL | hsl(85, 69%, 64%) |
| CMYK | cmyk(24%, 0%, 57%, 11%) |
| LAB | lab(84.0 -36.9 56.1) |
| LCH | lch(84.0 67.1 123.3) |
| OKLCH | oklch(0.850 0.167 128.3) |
Copy-ready code
/* CSS */
color: #ade262;
background-color: #ade262;
/* Tailwind (arbitrary) */
class="text-[#ade262] bg-[#ade262]"
/* SCSS */
$brand: #ade262;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.384)
/* Android */
Color.parseColor("#ade262")Accessibility — WCAG contrast
Aa
#ade262 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade262 on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue38.4%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow56.6%
Key (black)11.4%
Color previews
#ade262 text on a black background
contrast 13.83:1
Card sample
#ade262 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade262;
Background color
Panel with #ade262 background
background-color: #ade262;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade262;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade262; background: linear-gradient(135deg, #ade262, #62E26C);