#ade130
a balanced, vivid green · cool · closest name: yellow
RGB
173, 225, 48
HSL
78°, 75%, 54%
CMYK
23, 0, 79, 12
Luminance
0.6295
Every format
| HEX | #ade130 |
| RGB | rgb(173, 225, 48) |
| HSL | hsl(78, 75%, 54%) |
| CMYK | cmyk(23%, 0%, 79%, 12%) |
| LAB | lab(83.4 -39.7 74.0) |
| LCH | lch(83.4 84.0 118.2) |
| OKLCH | oklch(0.844 0.199 125.5) |
Copy-ready code
/* CSS */
color: #ade130;
background-color: #ade130;
/* Tailwind (arbitrary) */
class="text-[#ade130] bg-[#ade130]"
/* SCSS */
$brand: #ade130;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.188)
/* Android */
Color.parseColor("#ade130")Accessibility — WCAG contrast
Aa
#ade130 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade130 on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue18.8%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow78.7%
Key (black)11.8%
Color previews
#ade130 text on a black background
contrast 13.59:1
Card sample
#ade130 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade130;
Background color
Panel with #ade130 background
background-color: #ade130;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade130;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade130; background: linear-gradient(135deg, #ade130, #37E130);