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