#6543a8
a balanced, soft violet · warm · closest name: slateblue
RGB
101, 67, 168
HSL
260°, 43%, 46%
CMYK
40, 60, 0, 34
Luminance
0.0961
Every format
| HEX | #6543a8 |
| RGB | rgb(101, 67, 168) |
| HSL | hsl(260, 43%, 46%) |
| CMYK | cmyk(40%, 60%, 0%, 34%) |
| LAB | lab(37.1 37.8 -49.4) |
| LCH | lch(37.1 62.2 307.4) |
| OKLCH | oklch(0.474 0.155 295.4) |
Copy-ready code
/* CSS */
color: #6543a8;
background-color: #6543a8;
/* Tailwind (arbitrary) */
class="text-[#6543a8] bg-[#6543a8]"
/* SCSS */
$brand: #6543a8;
/* SwiftUI */
Color(red: 0.396, green: 0.263, blue: 0.659)
/* Android */
Color.parseColor("#6543a8")Accessibility — WCAG contrast
Aa
#6543a8 on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6543a8 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green26.3%
Blue65.9%
CMYK percentages
Cyan39.9%
Magenta60.1%
Yellow0.0%
Key (black)34.1%
Color previews
#6543a8 text on a black background
contrast 2.92:1
Card sample
#6543a8 text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6543a8;
Background color
Panel with #6543a8 background
background-color: #6543a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6543a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 67, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 67, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6543a8; background: linear-gradient(135deg, #6543a8, #A843A8);