#6b5dbb
a balanced, soft blue · warm · closest name: slateblue
RGB
107, 93, 187
HSL
249°, 41%, 55%
CMYK
43, 50, 0, 27
Luminance
0.1454
Every format
| HEX | #6b5dbb |
| RGB | rgb(107, 93, 187) |
| HSL | hsl(249, 41%, 55%) |
| CMYK | cmyk(43%, 50%, 0%, 27%) |
| LAB | lab(45.0 29.1 -47.9) |
| LCH | lch(45.0 56.1 301.3) |
| OKLCH | oklch(0.538 0.142 287.4) |
Copy-ready code
/* CSS */
color: #6b5dbb;
background-color: #6b5dbb;
/* Tailwind (arbitrary) */
class="text-[#6b5dbb] bg-[#6b5dbb]"
/* SCSS */
$brand: #6b5dbb;
/* SwiftUI */
Color(red: 0.420, green: 0.365, blue: 0.733)
/* Android */
Color.parseColor("#6b5dbb")Accessibility — WCAG contrast
Aa
#6b5dbb on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6b5dbb on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green36.5%
Blue73.3%
CMYK percentages
Cyan42.8%
Magenta50.3%
Yellow0.0%
Key (black)26.7%
Color previews
#6b5dbb text on a black background
contrast 3.91:1
Card sample
#6b5dbb text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b5dbb;
Background color
Panel with #6b5dbb background
background-color: #6b5dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b5dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 93, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 93, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b5dbb; background: linear-gradient(135deg, #6b5dbb, #AA5DBB);