#a3fdf2
a light, electric cyan · cool · closest name: turquoise
RGB
163, 253, 242
HSL
173°, 96%, 82%
CMYK
36, 0, 4, 1
Luminance
0.8445
Every format
| HEX | #a3fdf2 |
| RGB | rgb(163, 253, 242) |
| HSL | hsl(173, 96%, 82%) |
| CMYK | cmyk(36%, 0%, 4%, 1%) |
| LAB | lab(93.6 -29.3 -3.3) |
| LCH | lch(93.6 29.5 186.4) |
| OKLCH | oklch(0.934 0.088 186.0) |
Copy-ready code
/* CSS */
color: #a3fdf2;
background-color: #a3fdf2;
/* Tailwind (arbitrary) */
class="text-[#a3fdf2] bg-[#a3fdf2]"
/* SCSS */
$brand: #a3fdf2;
/* SwiftUI */
Color(red: 0.639, green: 0.992, blue: 0.949)
/* Android */
Color.parseColor("#a3fdf2")Accessibility — WCAG contrast
Aa
#a3fdf2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3fdf2 on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green99.2%
Blue94.9%
CMYK percentages
Cyan35.6%
Magenta0.0%
Yellow4.3%
Key (black)0.8%
Color previews
#a3fdf2 text on a black background
contrast 17.89:1
Card sample
#a3fdf2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3fdf2;
Background color
Panel with #a3fdf2 background
background-color: #a3fdf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3fdf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 253, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 253, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3fdf2; background: linear-gradient(135deg, #a3fdf2, #A3CCFD);