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