#6f5db7
a balanced, soft blue · warm · closest name: slateblue
RGB
111, 93, 183
HSL
252°, 39%, 54%
CMYK
39, 49, 0, 28
Luminance
0.1463
Every format
| HEX | #6f5db7 |
| RGB | rgb(111, 93, 183) |
| HSL | hsl(252, 39%, 54%) |
| CMYK | cmyk(39%, 49%, 0%, 28%) |
| LAB | lab(45.1 29.0 -45.4) |
| LCH | lch(45.1 53.8 302.6) |
| OKLCH | oklch(0.539 0.137 290.2) |
Copy-ready code
/* CSS */
color: #6f5db7;
background-color: #6f5db7;
/* Tailwind (arbitrary) */
class="text-[#6f5db7] bg-[#6f5db7]"
/* SCSS */
$brand: #6f5db7;
/* SwiftUI */
Color(red: 0.435, green: 0.365, blue: 0.718)
/* Android */
Color.parseColor("#6f5db7")Accessibility — WCAG contrast
Aa
#6f5db7 on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6f5db7 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green36.5%
Blue71.8%
CMYK percentages
Cyan39.3%
Magenta49.2%
Yellow0.0%
Key (black)28.2%
Color previews
#6f5db7 text on a black background
contrast 3.93:1
Card sample
#6f5db7 text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f5db7;
Background color
Panel with #6f5db7 background
background-color: #6f5db7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f5db7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 93, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 93, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f5db7; background: linear-gradient(135deg, #6f5db7, #AB5DB7);