#adef94
a light, vivid green · cool · closest name: khaki
RGB
173, 239, 148
HSL
104°, 74%, 76%
CMYK
28, 0, 38, 6
Luminance
0.7276
Every format
| HEX | #adef94 |
| RGB | rgb(173, 239, 148) |
| HSL | hsl(104, 74%, 76%) |
| CMYK | cmyk(28%, 0%, 38%, 6%) |
| LAB | lab(88.3 -37.0 37.5) |
| LCH | lch(88.3 52.7 134.6) |
| OKLCH | oklch(0.886 0.137 137.5) |
Copy-ready code
/* CSS */
color: #adef94;
background-color: #adef94;
/* Tailwind (arbitrary) */
class="text-[#adef94] bg-[#adef94]"
/* SCSS */
$brand: #adef94;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.580)
/* Android */
Color.parseColor("#adef94")Accessibility — WCAG contrast
Aa
#adef94 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef94 on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue58.0%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow38.1%
Key (black)6.3%
Color previews
#adef94 text on a black background
contrast 15.55:1
Card sample
#adef94 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef94;
Background color
Panel with #adef94 background
background-color: #adef94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef94; background: linear-gradient(135deg, #adef94, #94EFB8);