#853ddf
a balanced, vivid violet · warm · closest name: slateblue
RGB
133, 61, 223
HSL
267°, 72%, 56%
CMYK
40, 73, 0, 13
Luminance
0.1365
Every format
| HEX | #853ddf |
| RGB | rgb(133, 61, 223) |
| HSL | hsl(267, 72%, 56%) |
| CMYK | cmyk(40%, 73%, 0%, 13%) |
| LAB | lab(43.7 61.4 -70.6) |
| LCH | lch(43.7 93.6 311.0) |
| OKLCH | oklch(0.542 0.230 298.6) |
Copy-ready code
/* CSS */
color: #853ddf;
background-color: #853ddf;
/* Tailwind (arbitrary) */
class="text-[#853ddf] bg-[#853ddf]"
/* SCSS */
$brand: #853ddf;
/* SwiftUI */
Color(red: 0.522, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#853ddf")Accessibility — WCAG contrast
Aa
#853ddf on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#853ddf on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green23.9%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#853ddf text on a black background
contrast 3.73:1
Card sample
#853ddf text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #853ddf;
Background color
Panel with #853ddf background
background-color: #853ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #853ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #853ddf; background: linear-gradient(135deg, #853ddf, #DF3DCD);