#a7afeb
a light, vivid blue · warm · closest name: plum
RGB
167, 175, 235
HSL
233°, 63%, 79%
CMYK
29, 26, 0, 8
Luminance
0.4487
Every format
| HEX | #a7afeb |
| RGB | rgb(167, 175, 235) |
| HSL | hsl(233, 63%, 79%) |
| CMYK | cmyk(29%, 26%, 0%, 8%) |
| LAB | lab(72.8 10.5 -30.9) |
| LCH | lch(72.8 32.6 288.8) |
| OKLCH | oklch(0.769 0.086 278.3) |
Copy-ready code
/* CSS */
color: #a7afeb;
background-color: #a7afeb;
/* Tailwind (arbitrary) */
class="text-[#a7afeb] bg-[#a7afeb]"
/* SCSS */
$brand: #a7afeb;
/* SwiftUI */
Color(red: 0.655, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#a7afeb")Accessibility — WCAG contrast
Aa
#a7afeb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7afeb on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green68.6%
Blue92.2%
CMYK percentages
Cyan28.9%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#a7afeb text on a black background
contrast 9.97:1
Card sample
#a7afeb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7afeb;
Background color
Panel with #a7afeb background
background-color: #a7afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7afeb; background: linear-gradient(135deg, #a7afeb, #CCA7EB);