#ade243
a balanced, vivid green · cool · closest name: yellow
RGB
173, 226, 67
HSL
80°, 73%, 58%
CMYK
24, 0, 70, 11
Luminance
0.6368
Every format
| HEX | #ade243 |
| RGB | rgb(173, 226, 67) |
| HSL | hsl(80, 73%, 58%) |
| CMYK | cmyk(24%, 0%, 70%, 11%) |
| LAB | lab(83.8 -39.2 68.3) |
| LCH | lch(83.8 78.8 119.9) |
| OKLCH | oklch(0.847 0.190 126.3) |
Copy-ready code
/* CSS */
color: #ade243;
background-color: #ade243;
/* Tailwind (arbitrary) */
class="text-[#ade243] bg-[#ade243]"
/* SCSS */
$brand: #ade243;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.263)
/* Android */
Color.parseColor("#ade243")Accessibility — WCAG contrast
Aa
#ade243 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade243 on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue26.3%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow70.4%
Key (black)11.4%
Color previews
#ade243 text on a black background
contrast 13.74:1
Card sample
#ade243 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade243;
Background color
Panel with #ade243 background
background-color: #ade243;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade243;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade243; background: linear-gradient(135deg, #ade243, #43E243);