#a3ecdf
a light, vivid cyan · cool · closest name: turquoise
RGB
163, 236, 223
HSL
169°, 66%, 78%
CMYK
31, 0, 6, 8
Luminance
0.7311
Every format
| HEX | #a3ecdf |
| RGB | rgb(163, 236, 223) |
| HSL | hsl(169, 66%, 78%) |
| CMYK | cmyk(31%, 0%, 6%, 8%) |
| LAB | lab(88.5 -25.3 -0.9) |
| LCH | lch(88.5 25.3 182.1) |
| OKLCH | oklch(0.891 0.075 182.2) |
Copy-ready code
/* CSS */
color: #a3ecdf;
background-color: #a3ecdf;
/* Tailwind (arbitrary) */
class="text-[#a3ecdf] bg-[#a3ecdf]"
/* SCSS */
$brand: #a3ecdf;
/* SwiftUI */
Color(red: 0.639, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#a3ecdf")Accessibility — WCAG contrast
Aa
#a3ecdf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3ecdf on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green92.5%
Blue87.5%
CMYK percentages
Cyan30.9%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#a3ecdf text on a black background
contrast 15.62:1
Card sample
#a3ecdf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3ecdf;
Background color
Panel with #a3ecdf background
background-color: #a3ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3ecdf; background: linear-gradient(135deg, #a3ecdf, #A3C8EC);