#a7abdf
a light, vivid blue · warm · closest name: plum
RGB
167, 171, 223
HSL
236°, 47%, 77%
CMYK
25, 23, 0, 13
Luminance
0.4267
Every format
| HEX | #a7abdf |
| RGB | rgb(167, 171, 223) |
| HSL | hsl(236, 47%, 77%) |
| CMYK | cmyk(25%, 23%, 0%, 13%) |
| LAB | lab(71.3 9.8 -26.6) |
| LCH | lch(71.3 28.4 290.3) |
| OKLCH | oklch(0.756 0.075 281.0) |
Copy-ready code
/* CSS */
color: #a7abdf;
background-color: #a7abdf;
/* Tailwind (arbitrary) */
class="text-[#a7abdf] bg-[#a7abdf]"
/* SCSS */
$brand: #a7abdf;
/* SwiftUI */
Color(red: 0.655, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#a7abdf")Accessibility — WCAG contrast
Aa
#a7abdf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7abdf on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green67.1%
Blue87.5%
CMYK percentages
Cyan25.1%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#a7abdf text on a black background
contrast 9.53:1
Card sample
#a7abdf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7abdf;
Background color
Panel with #a7abdf background
background-color: #a7abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7abdf; background: linear-gradient(135deg, #a7abdf, #C8A7DF);