#6f5fcf
a balanced, vivid blue · warm · closest name: slateblue
RGB
111, 95, 207
HSL
249°, 54%, 59%
CMYK
46, 54, 0, 19
Luminance
0.1607
Every format
| HEX | #6f5fcf |
| RGB | rgb(111, 95, 207) |
| HSL | hsl(249, 54%, 59%) |
| CMYK | cmyk(46%, 54%, 0%, 19%) |
| LAB | lab(47.1 34.7 -56.1) |
| LCH | lch(47.1 66.0 301.8) |
| OKLCH | oklch(0.558 0.167 286.2) |
Copy-ready code
/* CSS */
color: #6f5fcf;
background-color: #6f5fcf;
/* Tailwind (arbitrary) */
class="text-[#6f5fcf] bg-[#6f5fcf]"
/* SCSS */
$brand: #6f5fcf;
/* SwiftUI */
Color(red: 0.435, green: 0.373, blue: 0.812)
/* Android */
Color.parseColor("#6f5fcf")Accessibility — WCAG contrast
Aa
#6f5fcf on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6f5fcf on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green37.3%
Blue81.2%
CMYK percentages
Cyan46.4%
Magenta54.1%
Yellow0.0%
Key (black)18.8%
Color previews
#6f5fcf text on a black background
contrast 4.21:1
Card sample
#6f5fcf text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f5fcf;
Background color
Panel with #6f5fcf background
background-color: #6f5fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f5fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 95, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 95, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f5fcf; background: linear-gradient(135deg, #6f5fcf, #BA5FCF);