#694fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
105, 79, 223
HSL
251°, 69%, 59%
CMYK
53, 65, 0, 13
Luminance
0.1392
Every format
| HEX | #694fdf |
| RGB | rgb(105, 79, 223) |
| HSL | hsl(251, 69%, 59%) |
| CMYK | cmyk(53%, 65%, 0%, 13%) |
| LAB | lab(44.1 47.6 -70.0) |
| LCH | lch(44.1 84.7 304.2) |
| OKLCH | oklch(0.538 0.208 285.3) |
Copy-ready code
/* CSS */
color: #694fdf;
background-color: #694fdf;
/* Tailwind (arbitrary) */
class="text-[#694fdf] bg-[#694fdf]"
/* SCSS */
$brand: #694fdf;
/* SwiftUI */
Color(red: 0.412, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#694fdf")Accessibility — WCAG contrast
Aa
#694fdf on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#694fdf on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green31.0%
Blue87.5%
CMYK percentages
Cyan52.9%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#694fdf text on a black background
contrast 3.78:1
Card sample
#694fdf text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #694fdf;
Background color
Panel with #694fdf background
background-color: #694fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #694fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #694fdf; background: linear-gradient(135deg, #694fdf, #C94FDF);