#7f6dbb
a balanced, soft blue · warm · closest name: slateblue
RGB
127, 109, 187
HSL
254°, 36%, 58%
CMYK
32, 42, 0, 27
Luminance
0.1904
Every format
| HEX | #7f6dbb |
| RGB | rgb(127, 109, 187) |
| HSL | hsl(254, 36%, 58%) |
| CMYK | cmyk(32%, 42%, 0%, 27%) |
| LAB | lab(50.7 24.8 -38.7) |
| LCH | lch(50.7 46.0 302.7) |
| OKLCH | oklch(0.585 0.118 293.0) |
Copy-ready code
/* CSS */
color: #7f6dbb;
background-color: #7f6dbb;
/* Tailwind (arbitrary) */
class="text-[#7f6dbb] bg-[#7f6dbb]"
/* SCSS */
$brand: #7f6dbb;
/* SwiftUI */
Color(red: 0.498, green: 0.427, blue: 0.733)
/* Android */
Color.parseColor("#7f6dbb")Accessibility — WCAG contrast
Aa
#7f6dbb on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f6dbb on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green42.7%
Blue73.3%
CMYK percentages
Cyan32.1%
Magenta41.7%
Yellow0.0%
Key (black)26.7%
Color previews
#7f6dbb text on a black background
contrast 4.81:1
Card sample
#7f6dbb text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f6dbb;
Background color
Panel with #7f6dbb background
background-color: #7f6dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f6dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 109, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 109, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f6dbb; background: linear-gradient(135deg, #7f6dbb, #B36DBB);