#6b51ae
a balanced, soft violet · warm · closest name: slateblue
RGB
107, 81, 174
HSL
257°, 37%, 50%
CMYK
39, 53, 0, 32
Luminance
0.1207
Every format
| HEX | #6b51ae |
| RGB | rgb(107, 81, 174) |
| HSL | hsl(257, 37%, 50%) |
| CMYK | cmyk(39%, 53%, 0%, 32%) |
| LAB | lab(41.3 32.7 -46.2) |
| LCH | lch(41.3 56.5 305.3) |
| OKLCH | oklch(0.508 0.143 293.6) |
Copy-ready code
/* CSS */
color: #6b51ae;
background-color: #6b51ae;
/* Tailwind (arbitrary) */
class="text-[#6b51ae] bg-[#6b51ae]"
/* SCSS */
$brand: #6b51ae;
/* SwiftUI */
Color(red: 0.420, green: 0.318, blue: 0.682)
/* Android */
Color.parseColor("#6b51ae")Accessibility — WCAG contrast
Aa
#6b51ae on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6b51ae on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green31.8%
Blue68.2%
CMYK percentages
Cyan38.5%
Magenta53.4%
Yellow0.0%
Key (black)31.8%
Color previews
#6b51ae text on a black background
contrast 3.41:1
Card sample
#6b51ae text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b51ae;
Background color
Panel with #6b51ae background
background-color: #6b51ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b51ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 81, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 81, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b51ae; background: linear-gradient(135deg, #6b51ae, #A951AE);