#adeddf
a light, vivid cyan · cool · closest name: turquoise
RGB
173, 237, 223
HSL
167°, 64%, 80%
CMYK
27, 0, 6, 7
Luminance
0.7478
Every format
| HEX | #adeddf |
| RGB | rgb(173, 237, 223) |
| HSL | hsl(167, 64%, 80%) |
| CMYK | cmyk(27%, 0%, 6%, 7%) |
| LAB | lab(89.3 -22.9 0.3) |
| LCH | lch(89.3 22.9 179.3) |
| OKLCH | oklch(0.899 0.067 179.6) |
Copy-ready code
/* CSS */
color: #adeddf;
background-color: #adeddf;
/* Tailwind (arbitrary) */
class="text-[#adeddf] bg-[#adeddf]"
/* SCSS */
$brand: #adeddf;
/* SwiftUI */
Color(red: 0.678, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#adeddf")Accessibility — WCAG contrast
Aa
#adeddf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeddf on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.9%
Blue87.5%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#adeddf text on a black background
contrast 15.96:1
Card sample
#adeddf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeddf;
Background color
Panel with #adeddf background
background-color: #adeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeddf; background: linear-gradient(135deg, #adeddf, #ADD0ED);