#adce4f
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 206, 79
HSL
76°, 56%, 56%
CMYK
16, 0, 62, 19
Luminance
0.5359
Every format
| HEX | #adce4f |
| RGB | rgb(173, 206, 79) |
| HSL | hsl(76, 56%, 56%) |
| CMYK | cmyk(16%, 0%, 62%, 19%) |
| LAB | lab(78.2 -29.2 57.8) |
| LCH | lch(78.2 64.8 116.8) |
| OKLCH | oklch(0.802 0.157 122.4) |
Copy-ready code
/* CSS */
color: #adce4f;
background-color: #adce4f;
/* Tailwind (arbitrary) */
class="text-[#adce4f] bg-[#adce4f]"
/* SCSS */
$brand: #adce4f;
/* SwiftUI */
Color(red: 0.678, green: 0.808, blue: 0.310)
/* Android */
Color.parseColor("#adce4f")Accessibility — WCAG contrast
Aa
#adce4f on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adce4f on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.8%
Blue31.0%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow61.7%
Key (black)19.2%
Color previews
#adce4f text on a black background
contrast 11.72:1
Card sample
#adce4f text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adce4f;
Background color
Panel with #adce4f background
background-color: #adce4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adce4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 206, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 206, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adce4f; background: linear-gradient(135deg, #adce4f, #58CE4F);