#a0f2fd
a light, electric cyan · cool · closest name: skyblue
RGB
160, 242, 253
HSL
187°, 96%, 81%
CMYK
37, 4, 0, 1
Luminance
0.7807
Every format
| HEX | #a0f2fd |
| RGB | rgb(160, 242, 253) |
| HSL | hsl(187, 96%, 81%) |
| CMYK | cmyk(37%, 4%, 0%, 1%) |
| LAB | lab(90.8 -22.2 -13.2) |
| LCH | lch(90.8 25.8 210.7) |
| OKLCH | oklch(0.912 0.081 206.5) |
Copy-ready code
/* CSS */
color: #a0f2fd;
background-color: #a0f2fd;
/* Tailwind (arbitrary) */
class="text-[#a0f2fd] bg-[#a0f2fd]"
/* SCSS */
$brand: #a0f2fd;
/* SwiftUI */
Color(red: 0.627, green: 0.949, blue: 0.992)
/* Android */
Color.parseColor("#a0f2fd")Accessibility — WCAG contrast
Aa
#a0f2fd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0f2fd on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green94.9%
Blue99.2%
CMYK percentages
Cyan36.8%
Magenta4.3%
Yellow0.0%
Key (black)0.8%
Color previews
#a0f2fd text on a black background
contrast 16.61:1
Card sample
#a0f2fd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0f2fd;
Background color
Panel with #a0f2fd background
background-color: #a0f2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0f2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 242, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 242, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0f2fd; background: linear-gradient(135deg, #a0f2fd, #A0B4FD);