#6939b2
a balanced, vivid violet · warm · closest name: slateblue
RGB
105, 57, 178
HSL
264°, 52%, 46%
CMYK
41, 68, 0, 30
Luminance
0.0914
Every format
| HEX | #6939b2 |
| RGB | rgb(105, 57, 178) |
| HSL | hsl(264, 52%, 46%) |
| CMYK | cmyk(41%, 68%, 0%, 30%) |
| LAB | lab(36.3 46.9 -56.7) |
| LCH | lch(36.3 73.6 309.6) |
| OKLCH | oklch(0.471 0.182 297.0) |
Copy-ready code
/* CSS */
color: #6939b2;
background-color: #6939b2;
/* Tailwind (arbitrary) */
class="text-[#6939b2] bg-[#6939b2]"
/* SCSS */
$brand: #6939b2;
/* SwiftUI */
Color(red: 0.412, green: 0.224, blue: 0.698)
/* Android */
Color.parseColor("#6939b2")Accessibility — WCAG contrast
Aa
#6939b2 on white: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6939b2 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green22.4%
Blue69.8%
CMYK percentages
Cyan41.0%
Magenta68.0%
Yellow0.0%
Key (black)30.2%
Color previews
#6939b2 text on a black background
contrast 2.83:1
Card sample
#6939b2 text on a white background
contrast 7.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6939b2;
Background color
Panel with #6939b2 background
background-color: #6939b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6939b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 57, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 57, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6939b2; background: linear-gradient(135deg, #6939b2, #B239AA);