#ade051
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 224, 81
HSL
81°, 70%, 60%
CMYK
23, 0, 64, 12
Luminance
0.6279
Every format
| HEX | #ade051 |
| RGB | rgb(173, 224, 81) |
| HSL | hsl(81, 70%, 60%) |
| CMYK | cmyk(23%, 0%, 64%, 12%) |
| LAB | lab(83.3 -37.4 62.5) |
| LCH | lch(83.3 72.8 120.9) |
| OKLCH | oklch(0.844 0.178 126.7) |
Copy-ready code
/* CSS */
color: #ade051;
background-color: #ade051;
/* Tailwind (arbitrary) */
class="text-[#ade051] bg-[#ade051]"
/* SCSS */
$brand: #ade051;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.318)
/* Android */
Color.parseColor("#ade051")Accessibility — WCAG contrast
Aa
#ade051 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade051 on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue31.8%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow63.8%
Key (black)12.2%
Color previews
#ade051 text on a black background
contrast 13.56:1
Card sample
#ade051 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade051;
Background color
Panel with #ade051 background
background-color: #ade051;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade051;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade051; background: linear-gradient(135deg, #ade051, #51E054);