#a3cbff
a light, electric blue · cool · closest name: skyblue
RGB
163, 203, 255
HSL
214°, 100%, 82%
CMYK
36, 20, 0, 0
Luminance
0.5772
Every format
| HEX | #a3cbff |
| RGB | rgb(163, 203, 255) |
| HSL | hsl(214, 100%, 82%) |
| CMYK | cmyk(36%, 20%, 0%, 0%) |
| LAB | lab(80.6 -0.9 -29.7) |
| LCH | lch(80.6 29.7 268.3) |
| OKLCH | oklch(0.832 0.085 255.2) |
Copy-ready code
/* CSS */
color: #a3cbff;
background-color: #a3cbff;
/* Tailwind (arbitrary) */
class="text-[#a3cbff] bg-[#a3cbff]"
/* SCSS */
$brand: #a3cbff;
/* SwiftUI */
Color(red: 0.639, green: 0.796, blue: 1.000)
/* Android */
Color.parseColor("#a3cbff")Accessibility — WCAG contrast
Aa
#a3cbff on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3cbff on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green79.6%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta20.4%
Yellow0.0%
Key (black)0.0%
Color previews
#a3cbff text on a black background
contrast 12.54:1
Card sample
#a3cbff text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3cbff;
Background color
Panel with #a3cbff background
background-color: #a3cbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3cbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 203, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 203, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3cbff; background: linear-gradient(135deg, #a3cbff, #B8A3FF);