#a7aef1
a light, vivid blue · warm · closest name: plum
RGB
167, 174, 241
HSL
234°, 73%, 80%
CMYK
31, 28, 0, 6
Luminance
0.4484
Every format
| HEX | #a7aef1 |
| RGB | rgb(167, 174, 241) |
| HSL | hsl(234, 73%, 80%) |
| CMYK | cmyk(31%, 28%, 0%, 6%) |
| LAB | lab(72.8 12.5 -34.2) |
| LCH | lch(72.8 36.4 290.1) |
| OKLCH | oklch(0.770 0.096 279.3) |
Copy-ready code
/* CSS */
color: #a7aef1;
background-color: #a7aef1;
/* Tailwind (arbitrary) */
class="text-[#a7aef1] bg-[#a7aef1]"
/* SCSS */
$brand: #a7aef1;
/* SwiftUI */
Color(red: 0.655, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#a7aef1")Accessibility — WCAG contrast
Aa
#a7aef1 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7aef1 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green68.2%
Blue94.5%
CMYK percentages
Cyan30.7%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#a7aef1 text on a black background
contrast 9.97:1
Card sample
#a7aef1 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7aef1;
Background color
Panel with #a7aef1 background
background-color: #a7aef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7aef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7aef1; background: linear-gradient(135deg, #a7aef1, #D1A7F1);