#85459f
a dark, soft violet · warm · closest name: purple
RGB
133, 69, 159
HSL
283°, 40%, 45%
CMYK
16, 57, 0, 38
Luminance
0.1175
Every format
| HEX | #85459f |
| RGB | rgb(133, 69, 159) |
| HSL | hsl(283, 40%, 45%) |
| CMYK | cmyk(16%, 57%, 0%, 38%) |
| LAB | lab(40.8 42.6 -37.9) |
| LCH | lch(40.8 57.0 318.3) |
| OKLCH | oklch(0.508 0.150 315.2) |
Copy-ready code
/* CSS */
color: #85459f;
background-color: #85459f;
/* Tailwind (arbitrary) */
class="text-[#85459f] bg-[#85459f]"
/* SCSS */
$brand: #85459f;
/* SwiftUI */
Color(red: 0.522, green: 0.271, blue: 0.624)
/* Android */
Color.parseColor("#85459f")Accessibility — WCAG contrast
Aa
#85459f on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#85459f on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green27.1%
Blue62.4%
CMYK percentages
Cyan16.4%
Magenta56.6%
Yellow0.0%
Key (black)37.6%
Color previews
#85459f text on a black background
contrast 3.35:1
Card sample
#85459f text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85459f;
Background color
Panel with #85459f background
background-color: #85459f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85459f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 69, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 69, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85459f; background: linear-gradient(135deg, #85459f, #9F457D);