#694792
a dark, soft violet · warm · closest name: slateblue
RGB
105, 71, 146
HSL
267°, 35%, 43%
CMYK
28, 51, 0, 43
Luminance
0.0959
Every format
| HEX | #694792 |
| RGB | rgb(105, 71, 146) |
| HSL | hsl(267, 35%, 43%) |
| CMYK | cmyk(28%, 51%, 0%, 43%) |
| LAB | lab(37.1 30.5 -36.2) |
| LCH | lch(37.1 47.3 310.2) |
| OKLCH | oklch(0.470 0.121 303.0) |
Copy-ready code
/* CSS */
color: #694792;
background-color: #694792;
/* Tailwind (arbitrary) */
class="text-[#694792] bg-[#694792]"
/* SCSS */
$brand: #694792;
/* SwiftUI */
Color(red: 0.412, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#694792")Accessibility — WCAG contrast
Aa
#694792 on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#694792 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green27.8%
Blue57.3%
CMYK percentages
Cyan28.1%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#694792 text on a black background
contrast 2.92:1
Card sample
#694792 text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #694792;
Background color
Panel with #694792 background
background-color: #694792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #694792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #694792; background: linear-gradient(135deg, #694792, #924789);