#6f5ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
111, 90, 222
HSL
250°, 67%, 61%
CMYK
50, 60, 0, 13
Luminance
0.1597
Every format
| HEX | #6f5ade |
| RGB | rgb(111, 90, 222) |
| HSL | hsl(250, 67%, 61%) |
| CMYK | cmyk(50%, 60%, 0%, 13%) |
| LAB | lab(46.9 42.1 -64.9) |
| LCH | lch(46.9 77.3 303.0) |
| OKLCH | oklch(0.560 0.193 285.6) |
Copy-ready code
/* CSS */
color: #6f5ade;
background-color: #6f5ade;
/* Tailwind (arbitrary) */
class="text-[#6f5ade] bg-[#6f5ade]"
/* SCSS */
$brand: #6f5ade;
/* SwiftUI */
Color(red: 0.435, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#6f5ade")Accessibility — WCAG contrast
Aa
#6f5ade on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6f5ade on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green35.3%
Blue87.1%
CMYK percentages
Cyan50.0%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#6f5ade text on a black background
contrast 4.19:1
Card sample
#6f5ade text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f5ade;
Background color
Panel with #6f5ade background
background-color: #6f5ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f5ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f5ade; background: linear-gradient(135deg, #6f5ade, #C75ADE);