#694ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
105, 74, 222
HSL
253°, 69%, 58%
CMYK
53, 67, 0, 13
Luminance
0.1317
Every format
| HEX | #694ade |
| RGB | rgb(105, 74, 222) |
| HSL | hsl(253, 69%, 58%) |
| CMYK | cmyk(53%, 67%, 0%, 13%) |
| LAB | lab(43.0 50.0 -71.3) |
| LCH | lch(43.0 87.1 305.1) |
| OKLCH | oklch(0.530 0.213 286.2) |
Copy-ready code
/* CSS */
color: #694ade;
background-color: #694ade;
/* Tailwind (arbitrary) */
class="text-[#694ade] bg-[#694ade]"
/* SCSS */
$brand: #694ade;
/* SwiftUI */
Color(red: 0.412, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#694ade")Accessibility — WCAG contrast
Aa
#694ade on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#694ade on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green29.0%
Blue87.1%
CMYK percentages
Cyan52.7%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#694ade text on a black background
contrast 3.63:1
Card sample
#694ade text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #694ade;
Background color
Panel with #694ade background
background-color: #694ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #694ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #694ade; background: linear-gradient(135deg, #694ade, #CC4ADE);