#adef75
a light, electric green · cool · closest name: khaki
RGB
173, 239, 117
HSL
93°, 79%, 70%
CMYK
28, 0, 51, 6
Luminance
0.7190
Every format
| HEX | #adef75 |
| RGB | rgb(173, 239, 117) |
| HSL | hsl(93, 79%, 70%) |
| CMYK | cmyk(28%, 0%, 51%, 6%) |
| LAB | lab(87.9 -40.8 52.0) |
| LCH | lch(87.9 66.1 128.1) |
| OKLCH | oklch(0.882 0.168 132.4) |
Copy-ready code
/* CSS */
color: #adef75;
background-color: #adef75;
/* Tailwind (arbitrary) */
class="text-[#adef75] bg-[#adef75]"
/* SCSS */
$brand: #adef75;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.459)
/* Android */
Color.parseColor("#adef75")Accessibility — WCAG contrast
Aa
#adef75 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef75 on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue45.9%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow51.0%
Key (black)6.3%
Color previews
#adef75 text on a black background
contrast 15.38:1
Card sample
#adef75 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef75;
Background color
Panel with #adef75 background
background-color: #adef75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef75; background: linear-gradient(135deg, #adef75, #75EF8E);