#ade23f
a balanced, vivid green · cool · closest name: yellow
RGB
173, 226, 63
HSL
80°, 74%, 57%
CMYK
24, 0, 72, 11
Luminance
0.6364
Every format
| HEX | #ade23f |
| RGB | rgb(173, 226, 63) |
| HSL | hsl(80, 74%, 57%) |
| CMYK | cmyk(24%, 0%, 72%, 11%) |
| LAB | lab(83.8 -39.4 69.7) |
| LCH | lch(83.8 80.0 119.5) |
| OKLCH | oklch(0.847 0.193 126.2) |
Copy-ready code
/* CSS */
color: #ade23f;
background-color: #ade23f;
/* Tailwind (arbitrary) */
class="text-[#ade23f] bg-[#ade23f]"
/* SCSS */
$brand: #ade23f;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.247)
/* Android */
Color.parseColor("#ade23f")Accessibility — WCAG contrast
Aa
#ade23f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade23f on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue24.7%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow72.1%
Key (black)11.4%
Color previews
#ade23f text on a black background
contrast 13.73:1
Card sample
#ade23f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade23f;
Background color
Panel with #ade23f background
background-color: #ade23f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade23f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade23f; background: linear-gradient(135deg, #ade23f, #40E23F);