#adeeda
a light, vivid cyan · cool · closest name: aquamarine
RGB
173, 238, 218
HSL
162°, 66%, 81%
CMYK
27, 0, 8, 7
Luminance
0.7510
Every format
| HEX | #adeeda |
| RGB | rgb(173, 238, 218) |
| HSL | hsl(162, 66%, 81%) |
| CMYK | cmyk(27%, 0%, 8%, 7%) |
| LAB | lab(89.4 -24.5 3.1) |
| LCH | lch(89.4 24.7 172.7) |
| OKLCH | oklch(0.900 0.071 173.6) |
Copy-ready code
/* CSS */
color: #adeeda;
background-color: #adeeda;
/* Tailwind (arbitrary) */
class="text-[#adeeda] bg-[#adeeda]"
/* SCSS */
$brand: #adeeda;
/* SwiftUI */
Color(red: 0.678, green: 0.933, blue: 0.855)
/* Android */
Color.parseColor("#adeeda")Accessibility — WCAG contrast
Aa
#adeeda on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeeda on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.3%
Blue85.5%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow8.4%
Key (black)6.7%
Color previews
#adeeda text on a black background
contrast 16.02:1
Card sample
#adeeda text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeeda;
Background color
Panel with #adeeda background
background-color: #adeeda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeeda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 238, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 238, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeeda; background: linear-gradient(135deg, #adeeda, #ADD7EE);