#ade645
a balanced, electric green · cool · closest name: yellow
RGB
173, 230, 69
HSL
81°, 76%, 59%
CMYK
25, 0, 70, 10
Luminance
0.6591
Every format
| HEX | #ade645 |
| RGB | rgb(173, 230, 69) |
| HSL | hsl(81, 76%, 59%) |
| CMYK | cmyk(25%, 0%, 70%, 10%) |
| LAB | lab(85.0 -40.9 68.7) |
| LCH | lch(85.0 80.0 120.7) |
| OKLCH | oklch(0.856 0.194 127.2) |
Copy-ready code
/* CSS */
color: #ade645;
background-color: #ade645;
/* Tailwind (arbitrary) */
class="text-[#ade645] bg-[#ade645]"
/* SCSS */
$brand: #ade645;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.271)
/* Android */
Color.parseColor("#ade645")Accessibility — WCAG contrast
Aa
#ade645 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade645 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue27.1%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow70.0%
Key (black)9.8%
Color previews
#ade645 text on a black background
contrast 14.18:1
Card sample
#ade645 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade645;
Background color
Panel with #ade645 background
background-color: #ade645;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade645;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade645; background: linear-gradient(135deg, #ade645, #45E648);