#8337df
a balanced, vivid violet · warm · closest name: slateblue
RGB
131, 55, 223
HSL
267°, 72%, 55%
CMYK
41, 75, 0, 13
Luminance
0.1289
Every format
| HEX | #8337df |
| RGB | rgb(131, 55, 223) |
| HSL | hsl(267, 72%, 55%) |
| CMYK | cmyk(41%, 75%, 0%, 13%) |
| LAB | lab(42.6 63.7 -72.4) |
| LCH | lch(42.6 96.4 311.3) |
| OKLCH | oklch(0.534 0.236 298.5) |
Copy-ready code
/* CSS */
color: #8337df;
background-color: #8337df;
/* Tailwind (arbitrary) */
class="text-[#8337df] bg-[#8337df]"
/* SCSS */
$brand: #8337df;
/* SwiftUI */
Color(red: 0.514, green: 0.216, blue: 0.875)
/* Android */
Color.parseColor("#8337df")Accessibility — WCAG contrast
Aa
#8337df on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8337df on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green21.6%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta75.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8337df text on a black background
contrast 3.58:1
Card sample
#8337df text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8337df;
Background color
Panel with #8337df background
background-color: #8337df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8337df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 55, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 55, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8337df; background: linear-gradient(135deg, #8337df, #DF37CB);