#adefda
a light, vivid cyan · cool · closest name: aquamarine
RGB
173, 239, 218
HSL
161°, 67%, 81%
CMYK
28, 0, 9, 6
Luminance
0.7568
Every format
| HEX | #adefda |
| RGB | rgb(173, 239, 218) |
| HSL | hsl(161, 67%, 81%) |
| CMYK | cmyk(28%, 0%, 9%, 6%) |
| LAB | lab(89.7 -24.9 3.5) |
| LCH | lch(89.7 25.2 172.0) |
| OKLCH | oklch(0.902 0.072 172.9) |
Copy-ready code
/* CSS */
color: #adefda;
background-color: #adefda;
/* Tailwind (arbitrary) */
class="text-[#adefda] bg-[#adefda]"
/* SCSS */
$brand: #adefda;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.855)
/* Android */
Color.parseColor("#adefda")Accessibility — WCAG contrast
Aa
#adefda on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefda on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue85.5%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow8.8%
Key (black)6.3%
Color previews
#adefda text on a black background
contrast 16.14:1
Card sample
#adefda text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefda;
Background color
Panel with #adefda background
background-color: #adefda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefda; background: linear-gradient(135deg, #adefda, #ADD8EF);