#ade738
a balanced, electric green · cool · closest name: yellow
RGB
173, 231, 56
HSL
80°, 79%, 56%
CMYK
25, 0, 76, 9
Luminance
0.6632
Every format
| HEX | #ade738 |
| RGB | rgb(173, 231, 56) |
| HSL | hsl(80, 79%, 56%) |
| CMYK | cmyk(25%, 0%, 76%, 9%) |
| LAB | lab(85.2 -42.0 73.3) |
| LCH | lch(85.2 84.4 119.8) |
| OKLCH | oklch(0.858 0.202 126.8) |
Copy-ready code
/* CSS */
color: #ade738;
background-color: #ade738;
/* Tailwind (arbitrary) */
class="text-[#ade738] bg-[#ade738]"
/* SCSS */
$brand: #ade738;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.220)
/* Android */
Color.parseColor("#ade738")Accessibility — WCAG contrast
Aa
#ade738 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade738 on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue22.0%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow75.8%
Key (black)9.4%
Color previews
#ade738 text on a black background
contrast 14.26:1
Card sample
#ade738 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade738;
Background color
Panel with #ade738 background
background-color: #ade738;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade738;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade738; background: linear-gradient(135deg, #ade738, #38E738);