#adeb4f
a balanced, electric green · cool · closest name: yellow
RGB
173, 235, 79
HSL
84°, 80%, 62%
CMYK
26, 0, 66, 8
Luminance
0.6887
Every format
| HEX | #adeb4f |
| RGB | rgb(173, 235, 79) |
| HSL | hsl(84, 80%, 62%) |
| CMYK | cmyk(26%, 0%, 66%, 8%) |
| LAB | lab(86.4 -42.4 66.6) |
| LCH | lch(86.4 78.9 122.5) |
| OKLCH | oklch(0.869 0.193 128.5) |
Copy-ready code
/* CSS */
color: #adeb4f;
background-color: #adeb4f;
/* Tailwind (arbitrary) */
class="text-[#adeb4f] bg-[#adeb4f]"
/* SCSS */
$brand: #adeb4f;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.310)
/* Android */
Color.parseColor("#adeb4f")Accessibility — WCAG contrast
Aa
#adeb4f on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeb4f on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue31.0%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow66.4%
Key (black)7.8%
Color previews
#adeb4f text on a black background
contrast 14.77:1
Card sample
#adeb4f text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeb4f;
Background color
Panel with #adeb4f background
background-color: #adeb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeb4f; background: linear-gradient(135deg, #adeb4f, #4FEB59);