#a7baeb
a light, vivid blue · cool · closest name: skyblue
RGB
167, 186, 235
HSL
223°, 63%, 79%
CMYK
29, 21, 0, 8
Luminance
0.4933
Every format
| HEX | #a7baeb |
| RGB | rgb(167, 186, 235) |
| HSL | hsl(223, 63%, 79%) |
| CMYK | cmyk(29%, 21%, 0%, 8%) |
| LAB | lab(75.7 4.4 -26.5) |
| LCH | lch(75.7 26.9 279.5) |
| OKLCH | oklch(0.792 0.073 268.2) |
Copy-ready code
/* CSS */
color: #a7baeb;
background-color: #a7baeb;
/* Tailwind (arbitrary) */
class="text-[#a7baeb] bg-[#a7baeb]"
/* SCSS */
$brand: #a7baeb;
/* SwiftUI */
Color(red: 0.655, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#a7baeb")Accessibility — WCAG contrast
Aa
#a7baeb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7baeb on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green72.9%
Blue92.2%
CMYK percentages
Cyan28.9%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#a7baeb text on a black background
contrast 10.87:1
Card sample
#a7baeb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7baeb;
Background color
Panel with #a7baeb background
background-color: #a7baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7baeb; background: linear-gradient(135deg, #a7baeb, #C1A7EB);