#adfd6f
a light, electric green · cool · closest name: khaki
RGB
173, 253, 111
HSL
94°, 97%, 71%
CMYK
32, 0, 56, 1
Luminance
0.8028
Every format
| HEX | #adfd6f |
| RGB | rgb(173, 253, 111) |
| HSL | hsl(94, 97%, 71%) |
| CMYK | cmyk(32%, 0%, 56%, 1%) |
| LAB | lab(91.8 -47.5 59.3) |
| LCH | lch(91.8 75.9 128.7) |
| OKLCH | oklch(0.913 0.192 133.5) |
Copy-ready code
/* CSS */
color: #adfd6f;
background-color: #adfd6f;
/* Tailwind (arbitrary) */
class="text-[#adfd6f] bg-[#adfd6f]"
/* SCSS */
$brand: #adfd6f;
/* SwiftUI */
Color(red: 0.678, green: 0.992, blue: 0.435)
/* Android */
Color.parseColor("#adfd6f")Accessibility — WCAG contrast
Aa
#adfd6f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfd6f on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green99.2%
Blue43.5%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow56.1%
Key (black)0.8%
Color previews
#adfd6f text on a black background
contrast 17.06:1
Card sample
#adfd6f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfd6f;
Background color
Panel with #adfd6f background
background-color: #adfd6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfd6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 253, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 253, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfd6f; background: linear-gradient(135deg, #adfd6f, #6FFD90);