#6b5cff
a light, electric blue · warm · closest name: slateblue
RGB
107, 92, 255
HSL
246°, 100%, 68%
CMYK
58, 64, 0, 0
Luminance
0.1800
Every format
| HEX | #6b5cff |
| RGB | rgb(107, 92, 255) |
| HSL | hsl(246, 100%, 68%) |
| CMYK | cmyk(58%, 64%, 0%, 0%) |
| LAB | lab(49.5 50.1 -79.3) |
| LCH | lch(49.5 93.8 302.3) |
| OKLCH | oklch(0.586 0.232 280.6) |
Copy-ready code
/* CSS */
color: #6b5cff;
background-color: #6b5cff;
/* Tailwind (arbitrary) */
class="text-[#6b5cff] bg-[#6b5cff]"
/* SCSS */
$brand: #6b5cff;
/* SwiftUI */
Color(red: 0.420, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#6b5cff")Accessibility — WCAG contrast
Aa
#6b5cff on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6b5cff on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green36.1%
Blue100.0%
CMYK percentages
Cyan58.0%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#6b5cff text on a black background
contrast 4.60:1
Card sample
#6b5cff text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b5cff;
Background color
Panel with #6b5cff background
background-color: #6b5cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b5cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b5cff; background: linear-gradient(135deg, #6b5cff, #D85CFF);