#7f4fdb
a balanced, vivid violet · warm · closest name: slateblue
RGB
127, 79, 219
HSL
261°, 66%, 58%
CMYK
42, 64, 0, 14
Luminance
0.1522
Every format
| HEX | #7f4fdb |
| RGB | rgb(127, 79, 219) |
| HSL | hsl(261, 66%, 58%) |
| CMYK | cmyk(42%, 64%, 0%, 14%) |
| LAB | lab(45.9 50.5 -64.7) |
| LCH | lch(45.9 82.1 308.0) |
| OKLCH | oklch(0.556 0.203 294.6) |
Copy-ready code
/* CSS */
color: #7f4fdb;
background-color: #7f4fdb;
/* Tailwind (arbitrary) */
class="text-[#7f4fdb] bg-[#7f4fdb]"
/* SCSS */
$brand: #7f4fdb;
/* SwiftUI */
Color(red: 0.498, green: 0.310, blue: 0.859)
/* Android */
Color.parseColor("#7f4fdb")Accessibility — WCAG contrast
Aa
#7f4fdb on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f4fdb on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green31.0%
Blue85.9%
CMYK percentages
Cyan42.0%
Magenta63.9%
Yellow0.0%
Key (black)14.1%
Color previews
#7f4fdb text on a black background
contrast 4.04:1
Card sample
#7f4fdb text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f4fdb;
Background color
Panel with #7f4fdb background
background-color: #7f4fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f4fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 79, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 79, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f4fdb; background: linear-gradient(135deg, #7f4fdb, #DB4FDA);