#adf978
a light, electric green · cool · closest name: khaki
RGB
173, 249, 120
HSL
95°, 92%, 72%
CMYK
31, 0, 52, 2
Luminance
0.7799
Every format
| HEX | #adf978 |
| RGB | rgb(173, 249, 120) |
| HSL | hsl(95, 92%, 72%) |
| CMYK | cmyk(31%, 0%, 52%, 2%) |
| LAB | lab(90.8 -44.9 54.0) |
| LCH | lch(90.8 70.2 129.7) |
| OKLCH | oklch(0.905 0.179 134.0) |
Copy-ready code
/* CSS */
color: #adf978;
background-color: #adf978;
/* Tailwind (arbitrary) */
class="text-[#adf978] bg-[#adf978]"
/* SCSS */
$brand: #adf978;
/* SwiftUI */
Color(red: 0.678, green: 0.976, blue: 0.471)
/* Android */
Color.parseColor("#adf978")Accessibility — WCAG contrast
Aa
#adf978 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf978 on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green97.6%
Blue47.1%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow51.8%
Key (black)2.4%
Color previews
#adf978 text on a black background
contrast 16.60:1
Card sample
#adf978 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf978;
Background color
Panel with #adf978 background
background-color: #adf978;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf978;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 249, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 249, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf978; background: linear-gradient(135deg, #adf978, #78F999);