#adfd9c
a light, electric green · cool · closest name: aquamarine
RGB
173, 253, 156
HSL
110°, 96%, 80%
CMYK
32, 0, 38, 1
Luminance
0.8154
Every format
| HEX | #adfd9c |
| RGB | rgb(173, 253, 156) |
| HSL | hsl(110, 96%, 80%) |
| CMYK | cmyk(32%, 0%, 38%, 1%) |
| LAB | lab(92.4 -42.1 38.9) |
| LCH | lch(92.4 57.3 137.3) |
| OKLCH | oklch(0.919 0.150 140.1) |
Copy-ready code
/* CSS */
color: #adfd9c;
background-color: #adfd9c;
/* Tailwind (arbitrary) */
class="text-[#adfd9c] bg-[#adfd9c]"
/* SCSS */
$brand: #adfd9c;
/* SwiftUI */
Color(red: 0.678, green: 0.992, blue: 0.612)
/* Android */
Color.parseColor("#adfd9c")Accessibility — WCAG contrast
Aa
#adfd9c on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfd9c on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green99.2%
Blue61.2%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow38.3%
Key (black)0.8%
Color previews
#adfd9c text on a black background
contrast 17.31:1
Card sample
#adfd9c text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfd9c;
Background color
Panel with #adfd9c background
background-color: #adfd9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfd9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 253, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 253, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfd9c; background: linear-gradient(135deg, #adfd9c, #9CFDCC);