#a7ecdf
a light, vivid cyan · cool · closest name: turquoise
RGB
167, 236, 223
HSL
169°, 65%, 79%
CMYK
29, 0, 6, 8
Luminance
0.7353
Every format
| HEX | #a7ecdf |
| RGB | rgb(167, 236, 223) |
| HSL | hsl(169, 65%, 79%) |
| CMYK | cmyk(29%, 0%, 6%, 8%) |
| LAB | lab(88.7 -24.2 -0.6) |
| LCH | lch(88.7 24.2 181.4) |
| OKLCH | oklch(0.894 0.071 181.6) |
Copy-ready code
/* CSS */
color: #a7ecdf;
background-color: #a7ecdf;
/* Tailwind (arbitrary) */
class="text-[#a7ecdf] bg-[#a7ecdf]"
/* SCSS */
$brand: #a7ecdf;
/* SwiftUI */
Color(red: 0.655, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#a7ecdf")Accessibility — WCAG contrast
Aa
#a7ecdf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7ecdf on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green92.5%
Blue87.5%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#a7ecdf text on a black background
contrast 15.71:1
Card sample
#a7ecdf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7ecdf;
Background color
Panel with #a7ecdf background
background-color: #a7ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7ecdf; background: linear-gradient(135deg, #a7ecdf, #A7CBEC);