#adce2f
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 206, 47
HSL
73°, 63%, 50%
CMYK
16, 0, 77, 19
Luminance
0.5323
Every format
| HEX | #adce2f |
| RGB | rgb(173, 206, 47) |
| HSL | hsl(73, 63%, 50%) |
| CMYK | cmyk(16%, 0%, 77%, 19%) |
| LAB | lab(78.0 -31.1 69.3) |
| LCH | lch(78.0 76.0 114.2) |
| OKLCH | oklch(0.800 0.178 121.2) |
Copy-ready code
/* CSS */
color: #adce2f;
background-color: #adce2f;
/* Tailwind (arbitrary) */
class="text-[#adce2f] bg-[#adce2f]"
/* SCSS */
$brand: #adce2f;
/* SwiftUI */
Color(red: 0.678, green: 0.808, blue: 0.184)
/* Android */
Color.parseColor("#adce2f")Accessibility — WCAG contrast
Aa
#adce2f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adce2f on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.8%
Blue18.4%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow77.2%
Key (black)19.2%
Color previews
#adce2f text on a black background
contrast 11.65:1
Card sample
#adce2f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adce2f;
Background color
Panel with #adce2f background
background-color: #adce2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adce2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 206, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 206, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adce2f; background: linear-gradient(135deg, #adce2f, #43CE2F);