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