#adf466
a light, electric green · cool · closest name: khaki
RGB
173, 244, 102
HSL
90°, 87%, 68%
CMYK
29, 0, 58, 4
Luminance
0.7454
Every format
| HEX | #adf466 |
| RGB | rgb(173, 244, 102) |
| HSL | hsl(90, 87%, 68%) |
| CMYK | cmyk(29%, 0%, 58%, 4%) |
| LAB | lab(89.2 -44.5 60.2) |
| LCH | lch(89.2 74.8 126.5) |
| OKLCH | oklch(0.891 0.188 131.5) |
Copy-ready code
/* CSS */
color: #adf466;
background-color: #adf466;
/* Tailwind (arbitrary) */
class="text-[#adf466] bg-[#adf466]"
/* SCSS */
$brand: #adf466;
/* SwiftUI */
Color(red: 0.678, green: 0.957, blue: 0.400)
/* Android */
Color.parseColor("#adf466")Accessibility — WCAG contrast
Aa
#adf466 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf466 on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green95.7%
Blue40.0%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow58.2%
Key (black)4.3%
Color previews
#adf466 text on a black background
contrast 15.91:1
Card sample
#adf466 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf466;
Background color
Panel with #adf466 background
background-color: #adf466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 244, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 244, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf466; background: linear-gradient(135deg, #adf466, #66F47D);