#adfd8c
a light, electric green · cool · closest name: khaki
RGB
173, 253, 140
HSL
103°, 97%, 77%
CMYK
32, 0, 45, 1
Luminance
0.8103
Every format
| HEX | #adfd8c |
| RGB | rgb(173, 253, 140) |
| HSL | hsl(103, 97%, 77%) |
| CMYK | cmyk(32%, 0%, 45%, 1%) |
| LAB | lab(92.1 -44.3 46.3) |
| LCH | lch(92.1 64.1 133.7) |
| OKLCH | oklch(0.917 0.166 137.1) |
Copy-ready code
/* CSS */
color: #adfd8c;
background-color: #adfd8c;
/* Tailwind (arbitrary) */
class="text-[#adfd8c] bg-[#adfd8c]"
/* SCSS */
$brand: #adfd8c;
/* SwiftUI */
Color(red: 0.678, green: 0.992, blue: 0.549)
/* Android */
Color.parseColor("#adfd8c")Accessibility — WCAG contrast
Aa
#adfd8c on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfd8c on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green99.2%
Blue54.9%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow44.7%
Key (black)0.8%
Color previews
#adfd8c text on a black background
contrast 17.21:1
Card sample
#adfd8c text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfd8c;
Background color
Panel with #adfd8c background
background-color: #adfd8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfd8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 253, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 253, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfd8c; background: linear-gradient(135deg, #adfd8c, #8CFDB7);