#7f4db3
a balanced, soft violet · warm · closest name: slateblue
RGB
127, 77, 179
HSL
269°, 40%, 50%
CMYK
29, 57, 0, 30
Luminance
0.1307
Every format
| HEX | #7f4db3 |
| RGB | rgb(127, 77, 179) |
| HSL | hsl(269, 40%, 50%) |
| CMYK | cmyk(29%, 57%, 0%, 30%) |
| LAB | lab(42.9 41.3 -46.5) |
| LCH | lch(42.9 62.2 311.6) |
| OKLCH | oklch(0.525 0.159 304.1) |
Copy-ready code
/* CSS */
color: #7f4db3;
background-color: #7f4db3;
/* Tailwind (arbitrary) */
class="text-[#7f4db3] bg-[#7f4db3]"
/* SCSS */
$brand: #7f4db3;
/* SwiftUI */
Color(red: 0.498, green: 0.302, blue: 0.702)
/* Android */
Color.parseColor("#7f4db3")Accessibility — WCAG contrast
Aa
#7f4db3 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f4db3 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green30.2%
Blue70.2%
CMYK percentages
Cyan29.1%
Magenta57.0%
Yellow0.0%
Key (black)29.8%
Color previews
#7f4db3 text on a black background
contrast 3.61:1
Card sample
#7f4db3 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f4db3;
Background color
Panel with #7f4db3 background
background-color: #7f4db3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f4db3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 77, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 77, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f4db3; background: linear-gradient(135deg, #7f4db3, #B34DA3);