#854acd
a balanced, vivid violet · warm · closest name: slateblue
RGB
133, 74, 205
HSL
267°, 57%, 55%
CMYK
35, 64, 0, 20
Luminance
0.1429
Every format
| HEX | #854acd |
| RGB | rgb(133, 74, 205) |
| HSL | hsl(267, 57%, 55%) |
| CMYK | cmyk(35%, 64%, 0%, 20%) |
| LAB | lab(44.6 50.8 -58.8) |
| LCH | lch(44.6 77.7 310.8) |
| OKLCH | oklch(0.545 0.194 300.8) |
Copy-ready code
/* CSS */
color: #854acd;
background-color: #854acd;
/* Tailwind (arbitrary) */
class="text-[#854acd] bg-[#854acd]"
/* SCSS */
$brand: #854acd;
/* SwiftUI */
Color(red: 0.522, green: 0.290, blue: 0.804)
/* Android */
Color.parseColor("#854acd")Accessibility — WCAG contrast
Aa
#854acd on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#854acd on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green29.0%
Blue80.4%
CMYK percentages
Cyan35.1%
Magenta63.9%
Yellow0.0%
Key (black)19.6%
Color previews
#854acd text on a black background
contrast 3.86:1
Card sample
#854acd text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #854acd;
Background color
Panel with #854acd background
background-color: #854acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #854acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 74, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 74, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #854acd; background: linear-gradient(135deg, #854acd, #CD4ABE);