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