#a0cfff
a light, electric blue · cool · closest name: skyblue
RGB
160, 207, 255
HSL
210°, 100%, 81%
CMYK
37, 19, 0, 0
Luminance
0.5932
Every format
| HEX | #a0cfff |
| RGB | rgb(160, 207, 255) |
| HSL | hsl(210, 100%, 81%) |
| CMYK | cmyk(37%, 19%, 0%, 0%) |
| LAB | lab(81.5 -3.8 -28.4) |
| LCH | lch(81.5 28.6 262.3) |
| OKLCH | oklch(0.838 0.084 249.4) |
Copy-ready code
/* CSS */
color: #a0cfff;
background-color: #a0cfff;
/* Tailwind (arbitrary) */
class="text-[#a0cfff] bg-[#a0cfff]"
/* SCSS */
$brand: #a0cfff;
/* SwiftUI */
Color(red: 0.627, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#a0cfff")Accessibility — WCAG contrast
Aa
#a0cfff on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0cfff on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green81.2%
Blue100.0%
CMYK percentages
Cyan37.3%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#a0cfff text on a black background
contrast 12.86:1
Card sample
#a0cfff text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0cfff;
Background color
Panel with #a0cfff background
background-color: #a0cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0cfff; background: linear-gradient(135deg, #a0cfff, #B0A0FF);