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