#693ccc
a balanced, vivid violet · warm · closest name: slateblue
RGB
105, 60, 204
HSL
259°, 59%, 52%
CMYK
49, 71, 0, 20
Luminance
0.1059
Every format
| HEX | #693ccc |
| RGB | rgb(105, 60, 204) |
| HSL | hsl(259, 59%, 52%) |
| CMYK | cmyk(49%, 71%, 0%, 20%) |
| LAB | lab(38.9 52.3 -67.7) |
| LCH | lch(38.9 85.5 307.7) |
| OKLCH | oklch(0.496 0.208 291.2) |
Copy-ready code
/* CSS */
color: #693ccc;
background-color: #693ccc;
/* Tailwind (arbitrary) */
class="text-[#693ccc] bg-[#693ccc]"
/* SCSS */
$brand: #693ccc;
/* SwiftUI */
Color(red: 0.412, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#693ccc")Accessibility — WCAG contrast
Aa
#693ccc on white: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#693ccc on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green23.5%
Blue80.0%
CMYK percentages
Cyan48.5%
Magenta70.6%
Yellow0.0%
Key (black)20.0%
Color previews
#693ccc text on a black background
contrast 3.12:1
Card sample
#693ccc text on a white background
contrast 6.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #693ccc;
Background color
Panel with #693ccc background
background-color: #693ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #693ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 60, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 60, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #693ccc; background: linear-gradient(135deg, #693ccc, #C93CCC);