#a0fdfd
a light, electric cyan · cool · closest name: turquoise
RGB
160, 253, 253
HSL
180°, 96%, 81%
CMYK
37, 0, 0, 1
Luminance
0.8482
Every format
| HEX | #a0fdfd |
| RGB | rgb(160, 253, 253) |
| HSL | hsl(180, 96%, 81%) |
| CMYK | cmyk(37%, 0%, 0%, 1%) |
| LAB | lab(93.8 -27.5 -8.7) |
| LCH | lch(93.8 28.9 197.6) |
| OKLCH | oklch(0.936 0.089 195.7) |
Copy-ready code
/* CSS */
color: #a0fdfd;
background-color: #a0fdfd;
/* Tailwind (arbitrary) */
class="text-[#a0fdfd] bg-[#a0fdfd]"
/* SCSS */
$brand: #a0fdfd;
/* SwiftUI */
Color(red: 0.627, green: 0.992, blue: 0.992)
/* Android */
Color.parseColor("#a0fdfd")Accessibility — WCAG contrast
Aa
#a0fdfd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0fdfd on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green99.2%
Blue99.2%
CMYK percentages
Cyan36.8%
Magenta0.0%
Yellow0.0%
Key (black)0.8%
Color previews
#a0fdfd text on a black background
contrast 17.96:1
Card sample
#a0fdfd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0fdfd;
Background color
Panel with #a0fdfd background
background-color: #a0fdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0fdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 253, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 253, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0fdfd; background: linear-gradient(135deg, #a0fdfd, #A0BFFD);