#ade445
a balanced, vivid green · cool · closest name: yellow
RGB
173, 228, 69
HSL
81°, 75%, 58%
CMYK
24, 0, 70, 11
Luminance
0.6480
Every format
| HEX | #ade445 |
| RGB | rgb(173, 228, 69) |
| HSL | hsl(81, 75%, 58%) |
| CMYK | cmyk(24%, 0%, 70%, 11%) |
| LAB | lab(84.4 -40.0 68.2) |
| LCH | lch(84.4 79.0 120.4) |
| OKLCH | oklch(0.852 0.191 126.8) |
Copy-ready code
/* CSS */
color: #ade445;
background-color: #ade445;
/* Tailwind (arbitrary) */
class="text-[#ade445] bg-[#ade445]"
/* SCSS */
$brand: #ade445;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.271)
/* Android */
Color.parseColor("#ade445")Accessibility — WCAG contrast
Aa
#ade445 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade445 on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue27.1%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow69.7%
Key (black)10.6%
Color previews
#ade445 text on a black background
contrast 13.96:1
Card sample
#ade445 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade445;
Background color
Panel with #ade445 background
background-color: #ade445;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade445;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade445; background: linear-gradient(135deg, #ade445, #45E447);