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