#a7bceb
a light, vivid blue · cool · closest name: skyblue
RGB
167, 188, 235
HSL
222°, 63%, 79%
CMYK
29, 20, 0, 8
Luminance
0.5018
Every format
| HEX | #a7bceb |
| RGB | rgb(167, 188, 235) |
| HSL | hsl(222, 63%, 79%) |
| CMYK | cmyk(29%, 20%, 0%, 8%) |
| LAB | lab(76.2 3.4 -25.7) |
| LCH | lch(76.2 25.9 277.4) |
| OKLCH | oklch(0.796 0.071 266.0) |
Copy-ready code
/* CSS */
color: #a7bceb;
background-color: #a7bceb;
/* Tailwind (arbitrary) */
class="text-[#a7bceb] bg-[#a7bceb]"
/* SCSS */
$brand: #a7bceb;
/* SwiftUI */
Color(red: 0.655, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#a7bceb")Accessibility — WCAG contrast
Aa
#a7bceb on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7bceb on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green73.7%
Blue92.2%
CMYK percentages
Cyan28.9%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#a7bceb text on a black background
contrast 11.04:1
Card sample
#a7bceb text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7bceb;
Background color
Panel with #a7bceb background
background-color: #a7bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7bceb; background: linear-gradient(135deg, #a7bceb, #BFA7EB);