#a07cdf
a light, vivid violet · warm · closest name: slateblue
RGB
160, 124, 223
HSL
262°, 61%, 68%
CMYK
28, 44, 0, 13
Luminance
0.2722
Every format
| HEX | #a07cdf |
| RGB | rgb(160, 124, 223) |
| HSL | hsl(262, 61%, 68%) |
| CMYK | cmyk(28%, 44%, 0%, 13%) |
| LAB | lab(59.2 34.4 -45.6) |
| LCH | lch(59.2 57.1 307.1) |
| OKLCH | oklch(0.662 0.146 299.1) |
Copy-ready code
/* CSS */
color: #a07cdf;
background-color: #a07cdf;
/* Tailwind (arbitrary) */
class="text-[#a07cdf] bg-[#a07cdf]"
/* SCSS */
$brand: #a07cdf;
/* SwiftUI */
Color(red: 0.627, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#a07cdf")Accessibility — WCAG contrast
Aa
#a07cdf on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a07cdf on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green48.6%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#a07cdf text on a black background
contrast 6.44:1
Card sample
#a07cdf text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a07cdf;
Background color
Panel with #a07cdf background
background-color: #a07cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a07cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a07cdf; background: linear-gradient(135deg, #a07cdf, #DF7CDC);