#a3ebda
a light, vivid cyan · cool · closest name: turquoise
RGB
163, 235, 218
HSL
166°, 64%, 78%
CMYK
31, 0, 7, 8
Luminance
0.7227
Every format
| HEX | #a3ebda |
| RGB | rgb(163, 235, 218) |
| HSL | hsl(166, 64%, 78%) |
| CMYK | cmyk(31%, 0%, 7%, 8%) |
| LAB | lab(88.1 -25.9 1.1) |
| LCH | lch(88.1 25.9 177.5) |
| OKLCH | oklch(0.888 0.075 178.1) |
Copy-ready code
/* CSS */
color: #a3ebda;
background-color: #a3ebda;
/* Tailwind (arbitrary) */
class="text-[#a3ebda] bg-[#a3ebda]"
/* SCSS */
$brand: #a3ebda;
/* SwiftUI */
Color(red: 0.639, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#a3ebda")Accessibility — WCAG contrast
Aa
#a3ebda on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3ebda on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green92.2%
Blue85.5%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#a3ebda text on a black background
contrast 15.45:1
Card sample
#a3ebda text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3ebda;
Background color
Panel with #a3ebda background
background-color: #a3ebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3ebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3ebda; background: linear-gradient(135deg, #a3ebda, #A3CCEB);