#adec3f
a balanced, electric green · cool · closest name: yellow
RGB
173, 236, 63
HSL
82°, 82%, 59%
CMYK
27, 0, 73, 8
Luminance
0.6923
Every format
| HEX | #adec3f |
| RGB | rgb(173, 236, 63) |
| HSL | hsl(82, 82%, 59%) |
| CMYK | cmyk(27%, 0%, 73%, 8%) |
| LAB | lab(86.6 -43.8 72.4) |
| LCH | lch(86.6 84.6 121.2) |
| OKLCH | oklch(0.870 0.204 127.9) |
Copy-ready code
/* CSS */
color: #adec3f;
background-color: #adec3f;
/* Tailwind (arbitrary) */
class="text-[#adec3f] bg-[#adec3f]"
/* SCSS */
$brand: #adec3f;
/* SwiftUI */
Color(red: 0.678, green: 0.925, blue: 0.247)
/* Android */
Color.parseColor("#adec3f")Accessibility — WCAG contrast
Aa
#adec3f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adec3f on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.5%
Blue24.7%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow73.3%
Key (black)7.5%
Color previews
#adec3f text on a black background
contrast 14.85:1
Card sample
#adec3f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adec3f;
Background color
Panel with #adec3f background
background-color: #adec3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adec3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 236, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 236, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adec3f; background: linear-gradient(135deg, #adec3f, #3FEC44);