#8272a1
a balanced, soft violet · warm · closest name: steelblue
RGB
130, 114, 161
HSL
260°, 20%, 54%
CMYK
19, 29, 0, 37
Luminance
0.1935
Every format
| HEX | #8272a1 |
| RGB | rgb(130, 114, 161) |
| HSL | hsl(260, 20%, 54%) |
| CMYK | cmyk(19%, 29%, 0%, 37%) |
| LAB | lab(51.1 16.2 -23.0) |
| LCH | lch(51.1 28.1 305.1) |
| OKLCH | oklch(0.585 0.073 299.8) |
Copy-ready code
/* CSS */
color: #8272a1;
background-color: #8272a1;
/* Tailwind (arbitrary) */
class="text-[#8272a1] bg-[#8272a1]"
/* SCSS */
$brand: #8272a1;
/* SwiftUI */
Color(red: 0.510, green: 0.447, blue: 0.631)
/* Android */
Color.parseColor("#8272a1")Accessibility — WCAG contrast
Aa
#8272a1 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8272a1 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green44.7%
Blue63.1%
CMYK percentages
Cyan19.3%
Magenta29.2%
Yellow0.0%
Key (black)36.9%
Color previews
#8272a1 text on a black background
contrast 4.87:1
Card sample
#8272a1 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8272a1;
Background color
Panel with #8272a1 background
background-color: #8272a1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8272a1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 114, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 114, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8272a1; background: linear-gradient(135deg, #8272a1, #A172A1);