#694cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
105, 76, 223
HSL
252°, 70%, 59%
CMYK
53, 66, 0, 13
Luminance
0.1350
Every format
| HEX | #694cdf |
| RGB | rgb(105, 76, 223) |
| HSL | hsl(252, 70%, 59%) |
| CMYK | cmyk(53%, 66%, 0%, 13%) |
| LAB | lab(43.5 49.2 -71.0) |
| LCH | lch(43.5 86.4 304.7) |
| OKLCH | oklch(0.534 0.212 285.8) |
Copy-ready code
/* CSS */
color: #694cdf;
background-color: #694cdf;
/* Tailwind (arbitrary) */
class="text-[#694cdf] bg-[#694cdf]"
/* SCSS */
$brand: #694cdf;
/* SwiftUI */
Color(red: 0.412, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#694cdf")Accessibility — WCAG contrast
Aa
#694cdf on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#694cdf on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green29.8%
Blue87.5%
CMYK percentages
Cyan52.9%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#694cdf text on a black background
contrast 3.70:1
Card sample
#694cdf text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #694cdf;
Background color
Panel with #694cdf background
background-color: #694cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #694cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #694cdf; background: linear-gradient(135deg, #694cdf, #CB4CDF);