#a07cdb
a light, vivid violet · warm · closest name: slateblue
RGB
160, 124, 219
HSL
263°, 57%, 67%
CMYK
27, 43, 0, 14
Luminance
0.2700
Every format
| HEX | #a07cdb |
| RGB | rgb(160, 124, 219) |
| HSL | hsl(263, 57%, 67%) |
| CMYK | cmyk(27%, 43%, 0%, 14%) |
| LAB | lab(59.0 33.5 -43.7) |
| LCH | lch(59.0 55.0 307.5) |
| OKLCH | oklch(0.660 0.141 300.0) |
Copy-ready code
/* CSS */
color: #a07cdb;
background-color: #a07cdb;
/* Tailwind (arbitrary) */
class="text-[#a07cdb] bg-[#a07cdb]"
/* SCSS */
$brand: #a07cdb;
/* SwiftUI */
Color(red: 0.627, green: 0.486, blue: 0.859)
/* Android */
Color.parseColor("#a07cdb")Accessibility — WCAG contrast
Aa
#a07cdb on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a07cdb on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green48.6%
Blue85.9%
CMYK percentages
Cyan26.9%
Magenta43.4%
Yellow0.0%
Key (black)14.1%
Color previews
#a07cdb text on a black background
contrast 6.40:1
Card sample
#a07cdb text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a07cdb;
Background color
Panel with #a07cdb background
background-color: #a07cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a07cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 124, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 124, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a07cdb; background: linear-gradient(135deg, #a07cdb, #DB7CD7);