#a068f2
a light, electric violet · warm · closest name: slateblue
RGB
160, 104, 242
HSL
264°, 84%, 68%
CMYK
34, 57, 0, 5
Luminance
0.2379
Every format
| HEX | #a068f2 |
| RGB | rgb(160, 104, 242) |
| HSL | hsl(264, 84%, 68%) |
| CMYK | cmyk(34%, 57%, 0%, 5%) |
| LAB | lab(55.9 50.2 -61.5) |
| LCH | lch(55.9 79.3 309.2) |
| OKLCH | oklch(0.641 0.200 299.4) |
Copy-ready code
/* CSS */
color: #a068f2;
background-color: #a068f2;
/* Tailwind (arbitrary) */
class="text-[#a068f2] bg-[#a068f2]"
/* SCSS */
$brand: #a068f2;
/* SwiftUI */
Color(red: 0.627, green: 0.408, blue: 0.949)
/* Android */
Color.parseColor("#a068f2")Accessibility — WCAG contrast
Aa
#a068f2 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a068f2 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green40.8%
Blue94.9%
CMYK percentages
Cyan33.9%
Magenta57.0%
Yellow0.0%
Key (black)5.1%
Color previews
#a068f2 text on a black background
contrast 5.76:1
Card sample
#a068f2 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a068f2;
Background color
Panel with #a068f2 background
background-color: #a068f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a068f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 104, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 104, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a068f2; background: linear-gradient(135deg, #a068f2, #F268E8);