#7f69b3
a balanced, soft violet · warm · closest name: slateblue
RGB
127, 105, 179
HSL
258°, 33%, 56%
CMYK
29, 41, 0, 30
Luminance
0.1787
Every format
| HEX | #7f69b3 |
| RGB | rgb(127, 105, 179) |
| HSL | hsl(258, 33%, 56%) |
| CMYK | cmyk(29%, 41%, 0%, 30%) |
| LAB | lab(49.3 25.1 -36.3) |
| LCH | lch(49.3 44.1 304.7) |
| OKLCH | oklch(0.573 0.113 296.3) |
Copy-ready code
/* CSS */
color: #7f69b3;
background-color: #7f69b3;
/* Tailwind (arbitrary) */
class="text-[#7f69b3] bg-[#7f69b3]"
/* SCSS */
$brand: #7f69b3;
/* SwiftUI */
Color(red: 0.498, green: 0.412, blue: 0.702)
/* Android */
Color.parseColor("#7f69b3")Accessibility — WCAG contrast
Aa
#7f69b3 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f69b3 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green41.2%
Blue70.2%
CMYK percentages
Cyan29.1%
Magenta41.3%
Yellow0.0%
Key (black)29.8%
Color previews
#7f69b3 text on a black background
contrast 4.57:1
Card sample
#7f69b3 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f69b3;
Background color
Panel with #7f69b3 background
background-color: #7f69b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f69b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 105, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 105, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f69b3; background: linear-gradient(135deg, #7f69b3, #B069B3);