#8232df
a balanced, vivid violet · warm · closest name: indigo
RGB
130, 50, 223
HSL
268°, 73%, 54%
CMYK
42, 78, 0, 13
Luminance
0.1235
Every format
| HEX | #8232df |
| RGB | rgb(130, 50, 223) |
| HSL | hsl(268, 73%, 54%) |
| CMYK | cmyk(42%, 78%, 0%, 13%) |
| LAB | lab(41.8 65.5 -73.8) |
| LCH | lch(41.8 98.7 311.6) |
| OKLCH | oklch(0.528 0.240 298.5) |
Copy-ready code
/* CSS */
color: #8232df;
background-color: #8232df;
/* Tailwind (arbitrary) */
class="text-[#8232df] bg-[#8232df]"
/* SCSS */
$brand: #8232df;
/* SwiftUI */
Color(red: 0.510, green: 0.196, blue: 0.875)
/* Android */
Color.parseColor("#8232df")Accessibility — WCAG contrast
Aa
#8232df on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8232df on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green19.6%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta77.6%
Yellow0.0%
Key (black)12.5%
Color previews
#8232df text on a black background
contrast 3.47:1
Card sample
#8232df text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8232df;
Background color
Panel with #8232df background
background-color: #8232df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8232df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 50, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 50, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8232df; background: linear-gradient(135deg, #8232df, #DF32C9);