#adfda4
a light, electric green · cool · closest name: aquamarine
RGB
173, 253, 164
HSL
114°, 96%, 82%
CMYK
32, 0, 35, 1
Luminance
0.8182
Every format
| HEX | #adfda4 |
| RGB | rgb(173, 253, 164) |
| HSL | hsl(114, 96%, 82%) |
| CMYK | cmyk(32%, 0%, 35%, 1%) |
| LAB | lab(92.5 -41.0 35.1) |
| LCH | lch(92.5 53.9 139.5) |
| OKLCH | oklch(0.921 0.142 142.0) |
Copy-ready code
/* CSS */
color: #adfda4;
background-color: #adfda4;
/* Tailwind (arbitrary) */
class="text-[#adfda4] bg-[#adfda4]"
/* SCSS */
$brand: #adfda4;
/* SwiftUI */
Color(red: 0.678, green: 0.992, blue: 0.643)
/* Android */
Color.parseColor("#adfda4")Accessibility — WCAG contrast
Aa
#adfda4 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfda4 on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green99.2%
Blue64.3%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow35.2%
Key (black)0.8%
Color previews
#adfda4 text on a black background
contrast 17.36:1
Card sample
#adfda4 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfda4;
Background color
Panel with #adfda4 background
background-color: #adfda4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfda4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 253, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 253, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfda4; background: linear-gradient(135deg, #adfda4, #A4FDD6);