#6a3fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
106, 63, 223
HSL
256°, 71%, 56%
CMYK
53, 72, 0, 13
Luminance
0.1195
Every format
| HEX | #6a3fdf |
| RGB | rgb(106, 63, 223) |
| HSL | hsl(256, 71%, 56%) |
| CMYK | cmyk(53%, 72%, 0%, 13%) |
| LAB | lab(41.1 56.2 -74.9) |
| LCH | lch(41.1 93.7 306.9) |
| OKLCH | oklch(0.517 0.227 288.1) |
Copy-ready code
/* CSS */
color: #6a3fdf;
background-color: #6a3fdf;
/* Tailwind (arbitrary) */
class="text-[#6a3fdf] bg-[#6a3fdf]"
/* SCSS */
$brand: #6a3fdf;
/* SwiftUI */
Color(red: 0.416, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#6a3fdf")Accessibility — WCAG contrast
Aa
#6a3fdf on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6a3fdf on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green24.7%
Blue87.5%
CMYK percentages
Cyan52.5%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#6a3fdf text on a black background
contrast 3.39:1
Card sample
#6a3fdf text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a3fdf;
Background color
Panel with #6a3fdf background
background-color: #6a3fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a3fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a3fdf; background: linear-gradient(135deg, #6a3fdf, #D53FDF);