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