#a3eade
a light, vivid cyan · cool · closest name: turquoise
RGB
163, 234, 222
HSL
170°, 63%, 78%
CMYK
30, 0, 5, 8
Luminance
0.7191
Every format
| HEX | #a3eade |
| RGB | rgb(163, 234, 222) |
| HSL | hsl(170, 63%, 78%) |
| CMYK | cmyk(30%, 0%, 5%, 8%) |
| LAB | lab(87.9 -24.6 -1.2) |
| LCH | lch(87.9 24.6 182.9) |
| OKLCH | oklch(0.887 0.073 182.9) |
Copy-ready code
/* CSS */
color: #a3eade;
background-color: #a3eade;
/* Tailwind (arbitrary) */
class="text-[#a3eade] bg-[#a3eade]"
/* SCSS */
$brand: #a3eade;
/* SwiftUI */
Color(red: 0.639, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#a3eade")Accessibility — WCAG contrast
Aa
#a3eade on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3eade on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green91.8%
Blue87.1%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#a3eade text on a black background
contrast 15.38:1
Card sample
#a3eade text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3eade;
Background color
Panel with #a3eade background
background-color: #a3eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3eade; background: linear-gradient(135deg, #a3eade, #A3C7EA);