#854792
a dark, soft violet · warm · closest name: purple
RGB
133, 71, 146
HSL
290°, 35%, 43%
CMYK
9, 51, 0, 43
Luminance
0.1157
Every format
| HEX | #854792 |
| RGB | rgb(133, 71, 146) |
| HSL | hsl(290, 35%, 43%) |
| CMYK | cmyk(9%, 51%, 0%, 43%) |
| LAB | lab(40.5 38.7 -30.5) |
| LCH | lch(40.5 49.3 321.8) |
| OKLCH | oklch(0.503 0.133 320.5) |
Copy-ready code
/* CSS */
color: #854792;
background-color: #854792;
/* Tailwind (arbitrary) */
class="text-[#854792] bg-[#854792]"
/* SCSS */
$brand: #854792;
/* SwiftUI */
Color(red: 0.522, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#854792")Accessibility — WCAG contrast
Aa
#854792 on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#854792 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green27.8%
Blue57.3%
CMYK percentages
Cyan8.9%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#854792 text on a black background
contrast 3.31:1
Card sample
#854792 text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #854792;
Background color
Panel with #854792 background
background-color: #854792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #854792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #854792; background: linear-gradient(135deg, #854792, #92476D);