#a2a7eb
a light, vivid blue · warm · closest name: plum
RGB
162, 167, 235
HSL
236°, 65%, 78%
CMYK
31, 29, 0, 8
Luminance
0.4132
Every format
| HEX | #a2a7eb |
| RGB | rgb(162, 167, 235) |
| HSL | hsl(236, 65%, 78%) |
| CMYK | cmyk(31%, 29%, 0%, 8%) |
| LAB | lab(70.4 13.5 -34.6) |
| LCH | lch(70.4 37.2 291.3) |
| OKLCH | oklch(0.750 0.098 280.5) |
Copy-ready code
/* CSS */
color: #a2a7eb;
background-color: #a2a7eb;
/* Tailwind (arbitrary) */
class="text-[#a2a7eb] bg-[#a2a7eb]"
/* SCSS */
$brand: #a2a7eb;
/* SwiftUI */
Color(red: 0.635, green: 0.655, blue: 0.922)
/* Android */
Color.parseColor("#a2a7eb")Accessibility — WCAG contrast
Aa
#a2a7eb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2a7eb on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green65.5%
Blue92.2%
CMYK percentages
Cyan31.1%
Magenta28.9%
Yellow0.0%
Key (black)7.8%
Color previews
#a2a7eb text on a black background
contrast 9.26:1
Card sample
#a2a7eb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2a7eb;
Background color
Panel with #a2a7eb background
background-color: #a2a7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2a7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 167, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 167, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2a7eb; background: linear-gradient(135deg, #a2a7eb, #CEA2EB);