#8269b4
a balanced, soft violet · warm · closest name: slateblue
RGB
130, 105, 180
HSL
260°, 33%, 56%
CMYK
28, 42, 0, 29
Luminance
0.1814
Every format
| HEX | #8269b4 |
| RGB | rgb(130, 105, 180) |
| HSL | hsl(260, 33%, 56%) |
| CMYK | cmyk(28%, 42%, 0%, 29%) |
| LAB | lab(49.7 26.2 -36.3) |
| LCH | lch(49.7 44.8 305.8) |
| OKLCH | oklch(0.577 0.115 298.1) |
Copy-ready code
/* CSS */
color: #8269b4;
background-color: #8269b4;
/* Tailwind (arbitrary) */
class="text-[#8269b4] bg-[#8269b4]"
/* SCSS */
$brand: #8269b4;
/* SwiftUI */
Color(red: 0.510, green: 0.412, blue: 0.706)
/* Android */
Color.parseColor("#8269b4")Accessibility — WCAG contrast
Aa
#8269b4 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8269b4 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green41.2%
Blue70.6%
CMYK percentages
Cyan27.8%
Magenta41.7%
Yellow0.0%
Key (black)29.4%
Color previews
#8269b4 text on a black background
contrast 4.63:1
Card sample
#8269b4 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8269b4;
Background color
Panel with #8269b4 background
background-color: #8269b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8269b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 105, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 105, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8269b4; background: linear-gradient(135deg, #8269b4, #B469B4);