#693eb2
a balanced, vivid violet · warm · closest name: slateblue
RGB
105, 62, 178
HSL
262°, 48%, 47%
CMYK
41, 65, 0, 30
Luminance
0.0966
Every format
| HEX | #693eb2 |
| RGB | rgb(105, 62, 178) |
| HSL | hsl(262, 48%, 47%) |
| CMYK | cmyk(41%, 65%, 0%, 30%) |
| LAB | lab(37.2 44.2 -55.1) |
| LCH | lch(37.2 70.7 308.7) |
| OKLCH | oklch(0.478 0.175 296.2) |
Copy-ready code
/* CSS */
color: #693eb2;
background-color: #693eb2;
/* Tailwind (arbitrary) */
class="text-[#693eb2] bg-[#693eb2]"
/* SCSS */
$brand: #693eb2;
/* SwiftUI */
Color(red: 0.412, green: 0.243, blue: 0.698)
/* Android */
Color.parseColor("#693eb2")Accessibility — WCAG contrast
Aa
#693eb2 on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#693eb2 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green24.3%
Blue69.8%
CMYK percentages
Cyan41.0%
Magenta65.2%
Yellow0.0%
Key (black)30.2%
Color previews
#693eb2 text on a black background
contrast 2.93:1
Card sample
#693eb2 text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #693eb2;
Background color
Panel with #693eb2 background
background-color: #693eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #693eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 62, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 62, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #693eb2; background: linear-gradient(135deg, #693eb2, #B23EAE);