#adef8f
a light, electric green · cool · closest name: khaki
RGB
173, 239, 143
HSL
101°, 75%, 75%
CMYK
28, 0, 40, 6
Luminance
0.7260
Every format
| HEX | #adef8f |
| RGB | rgb(173, 239, 143) |
| HSL | hsl(101, 75%, 75%) |
| CMYK | cmyk(28%, 0%, 40%, 6%) |
| LAB | lab(88.3 -37.7 39.9) |
| LCH | lch(88.3 54.9 133.3) |
| OKLCH | oklch(0.886 0.142 136.4) |
Copy-ready code
/* CSS */
color: #adef8f;
background-color: #adef8f;
/* Tailwind (arbitrary) */
class="text-[#adef8f] bg-[#adef8f]"
/* SCSS */
$brand: #adef8f;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.561)
/* Android */
Color.parseColor("#adef8f")Accessibility — WCAG contrast
Aa
#adef8f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef8f on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue56.1%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow40.2%
Key (black)6.3%
Color previews
#adef8f text on a black background
contrast 15.52:1
Card sample
#adef8f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef8f;
Background color
Panel with #adef8f background
background-color: #adef8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef8f; background: linear-gradient(135deg, #adef8f, #8FEFB1);