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