#a26bdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
162, 107, 223
HSL
268°, 64%, 65%
CMYK
27, 52, 0, 13
Luminance
0.2352
Every format
| HEX | #a26bdf |
| RGB | rgb(162, 107, 223) |
| HSL | hsl(268, 64%, 65%) |
| CMYK | cmyk(27%, 52%, 0%, 13%) |
| LAB | lab(55.6 44.4 -51.2) |
| LCH | lch(55.6 67.8 310.9) |
| OKLCH | oklch(0.636 0.173 303.8) |
Copy-ready code
/* CSS */
color: #a26bdf;
background-color: #a26bdf;
/* Tailwind (arbitrary) */
class="text-[#a26bdf] bg-[#a26bdf]"
/* SCSS */
$brand: #a26bdf;
/* SwiftUI */
Color(red: 0.635, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#a26bdf")Accessibility — WCAG contrast
Aa
#a26bdf on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a26bdf on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green42.0%
Blue87.5%
CMYK percentages
Cyan27.4%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#a26bdf text on a black background
contrast 5.70:1
Card sample
#a26bdf text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a26bdf;
Background color
Panel with #a26bdf background
background-color: #a26bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a26bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a26bdf; background: linear-gradient(135deg, #a26bdf, #DF6BCF);