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