#a3f0e0
a light, vivid cyan · cool · closest name: turquoise
RGB
163, 240, 224
HSL
168°, 72%, 79%
CMYK
32, 0, 7, 6
Luminance
0.7549
Every format
| HEX | #a3f0e0 |
| RGB | rgb(163, 240, 224) |
| HSL | hsl(168, 72%, 79%) |
| CMYK | cmyk(32%, 0%, 7%, 6%) |
| LAB | lab(89.6 -27.0 0.2) |
| LCH | lch(89.6 27.0 179.6) |
| OKLCH | oklch(0.900 0.079 179.9) |
Copy-ready code
/* CSS */
color: #a3f0e0;
background-color: #a3f0e0;
/* Tailwind (arbitrary) */
class="text-[#a3f0e0] bg-[#a3f0e0]"
/* SCSS */
$brand: #a3f0e0;
/* SwiftUI */
Color(red: 0.639, green: 0.941, blue: 0.878)
/* Android */
Color.parseColor("#a3f0e0")Accessibility — WCAG contrast
Aa
#a3f0e0 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3f0e0 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green94.1%
Blue87.8%
CMYK percentages
Cyan32.1%
Magenta0.0%
Yellow6.7%
Key (black)5.9%
Color previews
#a3f0e0 text on a black background
contrast 16.10:1
Card sample
#a3f0e0 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3f0e0;
Background color
Panel with #a3f0e0 background
background-color: #a3f0e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3f0e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 240, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 240, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3f0e0; background: linear-gradient(135deg, #a3f0e0, #A3CDF0);