#a7abcf
a light, soft blue · warm · closest name: silver
RGB
167, 171, 207
HSL
234°, 29%, 73%
CMYK
19, 17, 0, 19
Luminance
0.4185
Every format
| HEX | #a7abcf |
| RGB | rgb(167, 171, 207) |
| HSL | hsl(234, 29%, 73%) |
| CMYK | cmyk(19%, 17%, 0%, 19%) |
| LAB | lab(70.8 6.1 -18.7) |
| LCH | lch(70.8 19.7 288.1) |
| OKLCH | oklch(0.750 0.052 280.1) |
Copy-ready code
/* CSS */
color: #a7abcf;
background-color: #a7abcf;
/* Tailwind (arbitrary) */
class="text-[#a7abcf] bg-[#a7abcf]"
/* SCSS */
$brand: #a7abcf;
/* SwiftUI */
Color(red: 0.655, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#a7abcf")Accessibility — WCAG contrast
Aa
#a7abcf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7abcf on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green67.1%
Blue81.2%
CMYK percentages
Cyan19.3%
Magenta17.4%
Yellow0.0%
Key (black)18.8%
Color previews
#a7abcf text on a black background
contrast 9.37:1
Card sample
#a7abcf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7abcf;
Background color
Panel with #a7abcf background
background-color: #a7abcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7abcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7abcf; background: linear-gradient(135deg, #a7abcf, #BEA7CF);