#adf366
a light, electric green · cool · closest name: khaki
RGB
173, 243, 102
HSL
90°, 86%, 68%
CMYK
29, 0, 58, 5
Luminance
0.7394
Every format
| HEX | #adf366 |
| RGB | rgb(173, 243, 102) |
| HSL | hsl(90, 86%, 68%) |
| CMYK | cmyk(29%, 0%, 58%, 5%) |
| LAB | lab(88.9 -44.0 59.9) |
| LCH | lch(88.9 74.3 126.3) |
| OKLCH | oklch(0.889 0.186 131.4) |
Copy-ready code
/* CSS */
color: #adf366;
background-color: #adf366;
/* Tailwind (arbitrary) */
class="text-[#adf366] bg-[#adf366]"
/* SCSS */
$brand: #adf366;
/* SwiftUI */
Color(red: 0.678, green: 0.953, blue: 0.400)
/* Android */
Color.parseColor("#adf366")Accessibility — WCAG contrast
Aa
#adf366 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf366 on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green95.3%
Blue40.0%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow58.0%
Key (black)4.7%
Color previews
#adf366 text on a black background
contrast 15.79:1
Card sample
#adf366 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf366;
Background color
Panel with #adf366 background
background-color: #adf366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 243, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 243, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf366; background: linear-gradient(135deg, #adf366, #66F37D);