#a7afe7
a light, vivid blue · warm · closest name: plum
RGB
167, 175, 231
HSL
233°, 57%, 78%
CMYK
28, 24, 0, 9
Luminance
0.4464
Every format
| HEX | #a7afe7 |
| RGB | rgb(167, 175, 231) |
| HSL | hsl(233, 57%, 78%) |
| CMYK | cmyk(28%, 24%, 0%, 9%) |
| LAB | lab(72.7 9.5 -28.9) |
| LCH | lch(72.7 30.5 288.2) |
| OKLCH | oklch(0.768 0.081 278.0) |
Copy-ready code
/* CSS */
color: #a7afe7;
background-color: #a7afe7;
/* Tailwind (arbitrary) */
class="text-[#a7afe7] bg-[#a7afe7]"
/* SCSS */
$brand: #a7afe7;
/* SwiftUI */
Color(red: 0.655, green: 0.686, blue: 0.906)
/* Android */
Color.parseColor("#a7afe7")Accessibility — WCAG contrast
Aa
#a7afe7 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7afe7 on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green68.6%
Blue90.6%
CMYK percentages
Cyan27.7%
Magenta24.2%
Yellow0.0%
Key (black)9.4%
Color previews
#a7afe7 text on a black background
contrast 9.93:1
Card sample
#a7afe7 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7afe7;
Background color
Panel with #a7afe7 background
background-color: #a7afe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7afe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 175, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 175, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7afe7; background: linear-gradient(135deg, #a7afe7, #CAA7E7);