#adfd7f
a light, electric green · cool · closest name: khaki
RGB
173, 253, 127
HSL
98°, 97%, 75%
CMYK
32, 0, 50, 1
Luminance
0.8067
Every format
| HEX | #adfd7f |
| RGB | rgb(173, 253, 127) |
| HSL | hsl(98, 97%, 75%) |
| CMYK | cmyk(32%, 0%, 50%, 1%) |
| LAB | lab(92.0 -45.8 52.3) |
| LCH | lch(92.0 69.5 131.2) |
| OKLCH | oklch(0.915 0.178 135.3) |
Copy-ready code
/* CSS */
color: #adfd7f;
background-color: #adfd7f;
/* Tailwind (arbitrary) */
class="text-[#adfd7f] bg-[#adfd7f]"
/* SCSS */
$brand: #adfd7f;
/* SwiftUI */
Color(red: 0.678, green: 0.992, blue: 0.498)
/* Android */
Color.parseColor("#adfd7f")Accessibility — WCAG contrast
Aa
#adfd7f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfd7f on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green99.2%
Blue49.8%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow49.8%
Key (black)0.8%
Color previews
#adfd7f text on a black background
contrast 17.13:1
Card sample
#adfd7f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfd7f;
Background color
Panel with #adfd7f background
background-color: #adfd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 253, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 253, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfd7f; background: linear-gradient(135deg, #adfd7f, #7FFDA5);