#814fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
129, 79, 223
HSL
261°, 69%, 59%
CMYK
42, 65, 0, 13
Luminance
0.1559
Every format
| HEX | #814fdf |
| RGB | rgb(129, 79, 223) |
| HSL | hsl(261, 69%, 59%) |
| CMYK | cmyk(42%, 65%, 0%, 13%) |
| LAB | lab(46.4 52.0 -66.2) |
| LCH | lch(46.4 84.2 308.1) |
| OKLCH | oklch(0.561 0.208 294.7) |
Copy-ready code
/* CSS */
color: #814fdf;
background-color: #814fdf;
/* Tailwind (arbitrary) */
class="text-[#814fdf] bg-[#814fdf]"
/* SCSS */
$brand: #814fdf;
/* SwiftUI */
Color(red: 0.506, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#814fdf")Accessibility — WCAG contrast
Aa
#814fdf on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#814fdf on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green31.0%
Blue87.5%
CMYK percentages
Cyan42.2%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#814fdf text on a black background
contrast 4.12:1
Card sample
#814fdf text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #814fdf;
Background color
Panel with #814fdf background
background-color: #814fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #814fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #814fdf; background: linear-gradient(135deg, #814fdf, #DF4FDD);