#adeedf
a light, vivid cyan · cool · closest name: turquoise
RGB
173, 238, 223
HSL
166°, 66%, 81%
CMYK
27, 0, 6, 7
Luminance
0.7536
Every format
| HEX | #adeedf |
| RGB | rgb(173, 238, 223) |
| HSL | hsl(166, 66%, 81%) |
| CMYK | cmyk(27%, 0%, 6%, 7%) |
| LAB | lab(89.6 -23.4 0.7) |
| LCH | lch(89.6 23.4 178.3) |
| OKLCH | oklch(0.901 0.069 178.8) |
Copy-ready code
/* CSS */
color: #adeedf;
background-color: #adeedf;
/* Tailwind (arbitrary) */
class="text-[#adeedf] bg-[#adeedf]"
/* SCSS */
$brand: #adeedf;
/* SwiftUI */
Color(red: 0.678, green: 0.933, blue: 0.875)
/* Android */
Color.parseColor("#adeedf")Accessibility — WCAG contrast
Aa
#adeedf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeedf on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.3%
Blue87.5%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow6.3%
Key (black)6.7%
Color previews
#adeedf text on a black background
contrast 16.07:1
Card sample
#adeedf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeedf;
Background color
Panel with #adeedf background
background-color: #adeedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 238, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 238, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeedf; background: linear-gradient(135deg, #adeedf, #ADD2EE);