#7f53b3
a balanced, soft violet · warm · closest name: slateblue
RGB
127, 83, 179
HSL
268°, 39%, 51%
CMYK
29, 54, 0, 30
Luminance
0.1395
Every format
| HEX | #7f53b3 |
| RGB | rgb(127, 83, 179) |
| HSL | hsl(268, 39%, 51%) |
| CMYK | cmyk(29%, 54%, 0%, 30%) |
| LAB | lab(44.2 38.0 -44.4) |
| LCH | lch(44.2 58.5 310.5) |
| OKLCH | oklch(0.534 0.149 302.8) |
Copy-ready code
/* CSS */
color: #7f53b3;
background-color: #7f53b3;
/* Tailwind (arbitrary) */
class="text-[#7f53b3] bg-[#7f53b3]"
/* SCSS */
$brand: #7f53b3;
/* SwiftUI */
Color(red: 0.498, green: 0.325, blue: 0.702)
/* Android */
Color.parseColor("#7f53b3")Accessibility — WCAG contrast
Aa
#7f53b3 on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f53b3 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green32.5%
Blue70.2%
CMYK percentages
Cyan29.1%
Magenta53.6%
Yellow0.0%
Key (black)29.8%
Color previews
#7f53b3 text on a black background
contrast 3.79:1
Card sample
#7f53b3 text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f53b3;
Background color
Panel with #7f53b3 background
background-color: #7f53b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f53b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 83, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 83, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f53b3; background: linear-gradient(135deg, #7f53b3, #B353A7);