#a2fcfd
a light, electric cyan · cool · closest name: turquoise
RGB
162, 252, 253
HSL
181°, 96%, 81%
CMYK
36, 0, 0, 1
Luminance
0.8439
Every format
| HEX | #a2fcfd |
| RGB | rgb(162, 252, 253) |
| HSL | hsl(181, 96%, 81%) |
| CMYK | cmyk(36%, 0%, 0%, 1%) |
| LAB | lab(93.6 -26.6 -9.0) |
| LCH | lch(93.6 28.0 198.7) |
| OKLCH | oklch(0.935 0.086 196.7) |
Copy-ready code
/* CSS */
color: #a2fcfd;
background-color: #a2fcfd;
/* Tailwind (arbitrary) */
class="text-[#a2fcfd] bg-[#a2fcfd]"
/* SCSS */
$brand: #a2fcfd;
/* SwiftUI */
Color(red: 0.635, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#a2fcfd")Accessibility — WCAG contrast
Aa
#a2fcfd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2fcfd on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green98.8%
Blue99.2%
CMYK percentages
Cyan36.0%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#a2fcfd text on a black background
contrast 17.88:1
Card sample
#a2fcfd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2fcfd;
Background color
Panel with #a2fcfd background
background-color: #a2fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2fcfd; background: linear-gradient(135deg, #a2fcfd, #A2BFFD);