#6e3fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
110, 63, 223
HSL
258°, 71%, 56%
CMYK
51, 72, 0, 13
Luminance
0.1220
Every format
| HEX | #6e3fdf |
| RGB | rgb(110, 63, 223) |
| HSL | hsl(258, 71%, 56%) |
| CMYK | cmyk(51%, 72%, 0%, 13%) |
| LAB | lab(41.5 56.8 -74.3) |
| LCH | lch(41.5 93.5 307.4) |
| OKLCH | oklch(0.521 0.226 289.6) |
Copy-ready code
/* CSS */
color: #6e3fdf;
background-color: #6e3fdf;
/* Tailwind (arbitrary) */
class="text-[#6e3fdf] bg-[#6e3fdf]"
/* SCSS */
$brand: #6e3fdf;
/* SwiftUI */
Color(red: 0.431, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#6e3fdf")Accessibility — WCAG contrast
Aa
#6e3fdf on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6e3fdf on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green24.7%
Blue87.5%
CMYK percentages
Cyan50.7%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#6e3fdf text on a black background
contrast 3.44:1
Card sample
#6e3fdf text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e3fdf;
Background color
Panel with #6e3fdf background
background-color: #6e3fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e3fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e3fdf; background: linear-gradient(135deg, #6e3fdf, #D93FDF);