#ade345
a balanced, vivid green · cool · closest name: yellow
RGB
173, 227, 69
HSL
81°, 74%, 58%
CMYK
24, 0, 70, 11
Luminance
0.6425
Every format
| HEX | #ade345 |
| RGB | rgb(173, 227, 69) |
| HSL | hsl(81, 74%, 58%) |
| CMYK | cmyk(24%, 0%, 70%, 11%) |
| LAB | lab(84.1 -39.5 67.9) |
| LCH | lch(84.1 78.5 120.2) |
| OKLCH | oklch(0.850 0.190 126.6) |
Copy-ready code
/* CSS */
color: #ade345;
background-color: #ade345;
/* Tailwind (arbitrary) */
class="text-[#ade345] bg-[#ade345]"
/* SCSS */
$brand: #ade345;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.271)
/* Android */
Color.parseColor("#ade345")Accessibility — WCAG contrast
Aa
#ade345 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade345 on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue27.1%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow69.6%
Key (black)11.0%
Color previews
#ade345 text on a black background
contrast 13.85:1
Card sample
#ade345 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade345;
Background color
Panel with #ade345 background
background-color: #ade345;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade345;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade345; background: linear-gradient(135deg, #ade345, #45E346);