#693cc3
a balanced, vivid violet · warm · closest name: slateblue
RGB
105, 60, 195
HSL
260°, 53%, 50%
CMYK
46, 69, 0, 24
Luminance
0.1018
Every format
| HEX | #693cc3 |
| RGB | rgb(105, 60, 195) |
| HSL | hsl(260, 53%, 50%) |
| CMYK | cmyk(46%, 69%, 0%, 24%) |
| LAB | lab(38.1 49.9 -63.6) |
| LCH | lch(38.1 80.8 308.1) |
| OKLCH | oklch(0.489 0.198 292.9) |
Copy-ready code
/* CSS */
color: #693cc3;
background-color: #693cc3;
/* Tailwind (arbitrary) */
class="text-[#693cc3] bg-[#693cc3]"
/* SCSS */
$brand: #693cc3;
/* SwiftUI */
Color(red: 0.412, green: 0.235, blue: 0.765)
/* Android */
Color.parseColor("#693cc3")Accessibility — WCAG contrast
Aa
#693cc3 on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#693cc3 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green23.5%
Blue76.5%
CMYK percentages
Cyan46.2%
Magenta69.2%
Yellow0.0%
Key (black)23.5%
Color previews
#693cc3 text on a black background
contrast 3.04:1
Card sample
#693cc3 text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #693cc3;
Background color
Panel with #693cc3 background
background-color: #693cc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #693cc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 60, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 60, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #693cc3; background: linear-gradient(135deg, #693cc3, #C33CC3);