#adef6f
a light, electric green · cool · closest name: khaki
RGB
173, 239, 111
HSL
91°, 80%, 69%
CMYK
28, 0, 54, 6
Luminance
0.7176
Every format
| HEX | #adef6f |
| RGB | rgb(173, 239, 111) |
| HSL | hsl(91, 80%, 69%) |
| CMYK | cmyk(28%, 0%, 54%, 6%) |
| LAB | lab(87.8 -41.4 54.7) |
| LCH | lch(87.8 68.6 127.2) |
| OKLCH | oklch(0.881 0.173 131.7) |
Copy-ready code
/* CSS */
color: #adef6f;
background-color: #adef6f;
/* Tailwind (arbitrary) */
class="text-[#adef6f] bg-[#adef6f]"
/* SCSS */
$brand: #adef6f;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.435)
/* Android */
Color.parseColor("#adef6f")Accessibility — WCAG contrast
Aa
#adef6f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef6f on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue43.5%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow53.6%
Key (black)6.3%
Color previews
#adef6f text on a black background
contrast 15.35:1
Card sample
#adef6f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef6f;
Background color
Panel with #adef6f background
background-color: #adef6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef6f; background: linear-gradient(135deg, #adef6f, #6FEF86);