#694fd3
a balanced, vivid blue · warm · closest name: slateblue
RGB
105, 79, 211
HSL
252°, 60%, 57%
CMYK
50, 63, 0, 17
Luminance
0.1330
Every format
| HEX | #694fd3 |
| RGB | rgb(105, 79, 211) |
| HSL | hsl(252, 60%, 57%) |
| CMYK | cmyk(50%, 63%, 0%, 17%) |
| LAB | lab(43.2 44.0 -64.7) |
| LCH | lch(43.2 78.2 304.3) |
| OKLCH | oklch(0.529 0.194 286.8) |
Copy-ready code
/* CSS */
color: #694fd3;
background-color: #694fd3;
/* Tailwind (arbitrary) */
class="text-[#694fd3] bg-[#694fd3]"
/* SCSS */
$brand: #694fd3;
/* SwiftUI */
Color(red: 0.412, green: 0.310, blue: 0.827)
/* Android */
Color.parseColor("#694fd3")Accessibility — WCAG contrast
Aa
#694fd3 on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#694fd3 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green31.0%
Blue82.7%
CMYK percentages
Cyan50.2%
Magenta62.6%
Yellow0.0%
Key (black)17.3%
Color previews
#694fd3 text on a black background
contrast 3.66:1
Card sample
#694fd3 text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #694fd3;
Background color
Panel with #694fd3 background
background-color: #694fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #694fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 79, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 79, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #694fd3; background: linear-gradient(135deg, #694fd3, #C14FD3);