#a7b7eb
a light, vivid blue · warm · closest name: skyblue
RGB
167, 183, 235
HSL
226°, 63%, 79%
CMYK
29, 22, 0, 8
Luminance
0.4808
Every format
| HEX | #a7b7eb |
| RGB | rgb(167, 183, 235) |
| HSL | hsl(226, 63%, 79%) |
| CMYK | cmyk(29%, 22%, 0%, 8%) |
| LAB | lab(74.9 6.1 -27.7) |
| LCH | lch(74.9 28.4 282.4) |
| OKLCH | oklch(0.785 0.076 271.3) |
Copy-ready code
/* CSS */
color: #a7b7eb;
background-color: #a7b7eb;
/* Tailwind (arbitrary) */
class="text-[#a7b7eb] bg-[#a7b7eb]"
/* SCSS */
$brand: #a7b7eb;
/* SwiftUI */
Color(red: 0.655, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#a7b7eb")Accessibility — WCAG contrast
Aa
#a7b7eb on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7b7eb on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green71.8%
Blue92.2%
CMYK percentages
Cyan28.9%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#a7b7eb text on a black background
contrast 10.62:1
Card sample
#a7b7eb text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7b7eb;
Background color
Panel with #a7b7eb background
background-color: #a7b7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7b7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7b7eb; background: linear-gradient(135deg, #a7b7eb, #C4A7EB);