#8172df
a light, vivid blue · warm · closest name: slateblue
RGB
129, 114, 223
HSL
248°, 63%, 66%
CMYK
42, 49, 0, 13
Luminance
0.2203
Every format
| HEX | #8172df |
| RGB | rgb(129, 114, 223) |
| HSL | hsl(248, 63%, 66%) |
| CMYK | cmyk(42%, 49%, 0%, 13%) |
| LAB | lab(54.1 32.2 -53.9) |
| LCH | lch(54.1 62.8 300.9) |
| OKLCH | oklch(0.617 0.160 287.0) |
Copy-ready code
/* CSS */
color: #8172df;
background-color: #8172df;
/* Tailwind (arbitrary) */
class="text-[#8172df] bg-[#8172df]"
/* SCSS */
$brand: #8172df;
/* SwiftUI */
Color(red: 0.506, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#8172df")Accessibility — WCAG contrast
Aa
#8172df on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8172df on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green44.7%
Blue87.5%
CMYK percentages
Cyan42.2%
Magenta48.9%
Yellow0.0%
Key (black)12.5%
Color previews
#8172df text on a black background
contrast 5.41:1
Card sample
#8172df text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8172df;
Background color
Panel with #8172df background
background-color: #8172df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8172df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8172df; background: linear-gradient(135deg, #8172df, #CA72DF);