#adfdda
a light, electric green · cool · closest name: aquamarine
RGB
173, 253, 218
HSL
154°, 95%, 84%
CMYK
32, 0, 14, 1
Luminance
0.8420
Every format
| HEX | #adfdda |
| RGB | rgb(173, 253, 218) |
| HSL | hsl(154, 95%, 84%) |
| CMYK | cmyk(32%, 0%, 14%, 1%) |
| LAB | lab(93.5 -31.6 9.0) |
| LCH | lch(93.5 32.9 164.0) |
| OKLCH | oklch(0.933 0.092 165.3) |
Copy-ready code
/* CSS */
color: #adfdda;
background-color: #adfdda;
/* Tailwind (arbitrary) */
class="text-[#adfdda] bg-[#adfdda]"
/* SCSS */
$brand: #adfdda;
/* SwiftUI */
Color(red: 0.678, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#adfdda")Accessibility — WCAG contrast
Aa
#adfdda on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfdda on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green99.2%
Blue85.5%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#adfdda text on a black background
contrast 17.84:1
Card sample
#adfdda text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfdda;
Background color
Panel with #adfdda background
background-color: #adfdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfdda; background: linear-gradient(135deg, #adfdda, #ADEBFD);