#a4cceb
a light, vivid blue · cool · closest name: skyblue
RGB
164, 204, 235
HSL
206°, 64%, 78%
CMYK
30, 13, 0, 8
Luminance
0.5708
Every format
| HEX | #a4cceb |
| RGB | rgb(164, 204, 235) |
| HSL | hsl(206, 64%, 78%) |
| CMYK | cmyk(30%, 13%, 0%, 8%) |
| LAB | lab(80.2 -6.1 -19.6) |
| LCH | lch(80.2 20.5 252.7) |
| OKLCH | oklch(0.827 0.061 241.8) |
Copy-ready code
/* CSS */
color: #a4cceb;
background-color: #a4cceb;
/* Tailwind (arbitrary) */
class="text-[#a4cceb] bg-[#a4cceb]"
/* SCSS */
$brand: #a4cceb;
/* SwiftUI */
Color(red: 0.643, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#a4cceb")Accessibility — WCAG contrast
Aa
#a4cceb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4cceb on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green80.0%
Blue92.2%
CMYK percentages
Cyan30.2%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#a4cceb text on a black background
contrast 12.42:1
Card sample
#a4cceb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4cceb;
Background color
Panel with #a4cceb background
background-color: #a4cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4cceb; background: linear-gradient(135deg, #a4cceb, #ABA4EB);