#adef67
a light, electric green · cool · closest name: khaki
RGB
173, 239, 103
HSL
89°, 81%, 67%
CMYK
28, 0, 57, 6
Luminance
0.7160
Every format
| HEX | #adef67 |
| RGB | rgb(173, 239, 103) |
| HSL | hsl(89, 81%, 67%) |
| CMYK | cmyk(28%, 0%, 57%, 6%) |
| LAB | lab(87.8 -42.2 58.1) |
| LCH | lch(87.8 71.8 126.0) |
| OKLCH | oklch(0.880 0.180 130.9) |
Copy-ready code
/* CSS */
color: #adef67;
background-color: #adef67;
/* Tailwind (arbitrary) */
class="text-[#adef67] bg-[#adef67]"
/* SCSS */
$brand: #adef67;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.404)
/* Android */
Color.parseColor("#adef67")Accessibility — WCAG contrast
Aa
#adef67 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef67 on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue40.4%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow56.9%
Key (black)6.3%
Color previews
#adef67 text on a black background
contrast 15.32:1
Card sample
#adef67 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef67;
Background color
Panel with #adef67 background
background-color: #adef67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef67; background: linear-gradient(135deg, #adef67, #67EF7C);