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