#6e53af
a balanced, soft violet · warm · closest name: slateblue
RGB
110, 83, 175
HSL
258°, 37%, 51%
CMYK
37, 53, 0, 31
Luminance
0.1260
Every format
| HEX | #6e53af |
| RGB | rgb(110, 83, 175) |
| HSL | hsl(258, 37%, 51%) |
| CMYK | cmyk(37%, 53%, 0%, 31%) |
| LAB | lab(42.1 32.5 -45.4) |
| LCH | lch(42.1 55.8 305.6) |
| OKLCH | oklch(0.515 0.141 294.4) |
Copy-ready code
/* CSS */
color: #6e53af;
background-color: #6e53af;
/* Tailwind (arbitrary) */
class="text-[#6e53af] bg-[#6e53af]"
/* SCSS */
$brand: #6e53af;
/* SwiftUI */
Color(red: 0.431, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#6e53af")Accessibility — WCAG contrast
Aa
#6e53af on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6e53af on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green32.5%
Blue68.6%
CMYK percentages
Cyan37.1%
Magenta52.6%
Yellow0.0%
Key (black)31.4%
Color previews
#6e53af text on a black background
contrast 3.52:1
Card sample
#6e53af text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e53af;
Background color
Panel with #6e53af background
background-color: #6e53af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e53af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e53af; background: linear-gradient(135deg, #6e53af, #AB53AF);