#853fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
133, 63, 223
HSL
266°, 71%, 56%
CMYK
40, 72, 0, 13
Luminance
0.1387
Every format
| HEX | #853fdf |
| RGB | rgb(133, 63, 223) |
| HSL | hsl(266, 71%, 56%) |
| CMYK | cmyk(40%, 72%, 0%, 13%) |
| LAB | lab(44.0 60.5 -70.0) |
| LCH | lch(44.0 92.6 310.8) |
| OKLCH | oklch(0.545 0.228 298.4) |
Copy-ready code
/* CSS */
color: #853fdf;
background-color: #853fdf;
/* Tailwind (arbitrary) */
class="text-[#853fdf] bg-[#853fdf]"
/* SCSS */
$brand: #853fdf;
/* SwiftUI */
Color(red: 0.522, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#853fdf")Accessibility — WCAG contrast
Aa
#853fdf on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#853fdf on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green24.7%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#853fdf text on a black background
contrast 3.77:1
Card sample
#853fdf text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #853fdf;
Background color
Panel with #853fdf background
background-color: #853fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #853fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #853fdf; background: linear-gradient(135deg, #853fdf, #DF3FCE);