#8223df
a balanced, vivid violet · warm · closest name: blue
RGB
130, 35, 223
HSL
270°, 75%, 51%
CMYK
42, 84, 0, 13
Luminance
0.1128
Every format
| HEX | #8223df |
| RGB | rgb(130, 35, 223) |
| HSL | hsl(270, 75%, 51%) |
| CMYK | cmyk(42%, 84%, 0%, 13%) |
| LAB | lab(40.0 70.6 -76.6) |
| LCH | lch(40.0 104.2 312.7) |
| OKLCH | oklch(0.516 0.252 299.6) |
Copy-ready code
/* CSS */
color: #8223df;
background-color: #8223df;
/* Tailwind (arbitrary) */
class="text-[#8223df] bg-[#8223df]"
/* SCSS */
$brand: #8223df;
/* SwiftUI */
Color(red: 0.510, green: 0.137, blue: 0.875)
/* Android */
Color.parseColor("#8223df")Accessibility — WCAG contrast
Aa
#8223df on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8223df on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green13.7%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta84.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8223df text on a black background
contrast 3.26:1
Card sample
#8223df text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8223df;
Background color
Panel with #8223df background
background-color: #8223df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8223df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 35, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 35, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8223df; background: linear-gradient(135deg, #8223df, #DF23BF);