#8438bc
a balanced, vivid violet · warm · closest name: slateblue
RGB
132, 56, 188
HSL
275°, 54%, 48%
CMYK
30, 70, 0, 26
Luminance
0.1136
Every format
| HEX | #8438bc |
| RGB | rgb(132, 56, 188) |
| HSL | hsl(275, 54%, 48%) |
| CMYK | cmyk(30%, 70%, 0%, 26%) |
| LAB | lab(40.2 55.2 -56.1) |
| LCH | lch(40.2 78.7 314.6) |
| OKLCH | oklch(0.509 0.199 307.0) |
Copy-ready code
/* CSS */
color: #8438bc;
background-color: #8438bc;
/* Tailwind (arbitrary) */
class="text-[#8438bc] bg-[#8438bc]"
/* SCSS */
$brand: #8438bc;
/* SwiftUI */
Color(red: 0.518, green: 0.220, blue: 0.737)
/* Android */
Color.parseColor("#8438bc")Accessibility — WCAG contrast
Aa
#8438bc on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8438bc on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green22.0%
Blue73.7%
CMYK percentages
Cyan29.8%
Magenta70.2%
Yellow0.0%
Key (black)26.3%
Color previews
#8438bc text on a black background
contrast 3.27:1
Card sample
#8438bc text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8438bc;
Background color
Panel with #8438bc background
background-color: #8438bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8438bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 56, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 56, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8438bc; background: linear-gradient(135deg, #8438bc, #BC389C);