#a7b4df
a light, vivid blue · warm · closest name: skyblue
RGB
167, 180, 223
HSL
226°, 47%, 77%
CMYK
25, 19, 0, 13
Luminance
0.4619
Every format
| HEX | #a7b4df |
| RGB | rgb(167, 180, 223) |
| HSL | hsl(226, 47%, 77%) |
| CMYK | cmyk(25%, 19%, 0%, 13%) |
| LAB | lab(73.7 4.9 -23.1) |
| LCH | lch(73.7 23.6 281.9) |
| OKLCH | oklch(0.775 0.063 271.7) |
Copy-ready code
/* CSS */
color: #a7b4df;
background-color: #a7b4df;
/* Tailwind (arbitrary) */
class="text-[#a7b4df] bg-[#a7b4df]"
/* SCSS */
$brand: #a7b4df;
/* SwiftUI */
Color(red: 0.655, green: 0.706, blue: 0.875)
/* Android */
Color.parseColor("#a7b4df")Accessibility — WCAG contrast
Aa
#a7b4df on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7b4df on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green70.6%
Blue87.5%
CMYK percentages
Cyan25.1%
Magenta19.3%
Yellow0.0%
Key (black)12.5%
Color previews
#a7b4df text on a black background
contrast 10.24:1
Card sample
#a7b4df text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7b4df;
Background color
Panel with #a7b4df background
background-color: #a7b4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7b4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 180, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 180, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7b4df; background: linear-gradient(135deg, #a7b4df, #BFA7DF);