#a6ebfd
a light, electric cyan · cool · closest name: skyblue
RGB
166, 235, 253
HSL
192°, 96%, 82%
CMYK
34, 7, 0, 1
Luminance
0.7462
Every format
| HEX | #a6ebfd |
| RGB | rgb(166, 235, 253) |
| HSL | hsl(192, 96%, 82%) |
| CMYK | cmyk(34%, 7%, 0%, 1%) |
| LAB | lab(89.2 -17.2 -15.6) |
| LCH | lch(89.2 23.2 222.2) |
| OKLCH | oklch(0.900 0.073 215.8) |
Copy-ready code
/* CSS */
color: #a6ebfd;
background-color: #a6ebfd;
/* Tailwind (arbitrary) */
class="text-[#a6ebfd] bg-[#a6ebfd]"
/* SCSS */
$brand: #a6ebfd;
/* SwiftUI */
Color(red: 0.651, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#a6ebfd")Accessibility — WCAG contrast
Aa
#a6ebfd on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6ebfd on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green92.2%
Blue99.2%
CMYK percentages
Cyan34.4%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#a6ebfd text on a black background
contrast 15.92:1
Card sample
#a6ebfd text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6ebfd;
Background color
Panel with #a6ebfd background
background-color: #a6ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6ebfd; background: linear-gradient(135deg, #a6ebfd, #A6B1FD);