#694dfd
a balanced, electric blue · warm · closest name: slateblue
RGB
105, 77, 253
HSL
250°, 98%, 65%
CMYK
59, 70, 0, 1
Luminance
0.1540
Every format
| HEX | #694dfd |
| RGB | rgb(105, 77, 253) |
| HSL | hsl(250, 98%, 65%) |
| CMYK | cmyk(59%, 70%, 0%, 1%) |
| LAB | lab(46.2 57.4 -83.6) |
| LCH | lch(46.2 101.4 304.5) |
| OKLCH | oklch(0.561 0.246 282.2) |
Copy-ready code
/* CSS */
color: #694dfd;
background-color: #694dfd;
/* Tailwind (arbitrary) */
class="text-[#694dfd] bg-[#694dfd]"
/* SCSS */
$brand: #694dfd;
/* SwiftUI */
Color(red: 0.412, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#694dfd")Accessibility — WCAG contrast
Aa
#694dfd on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#694dfd on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green30.2%
Blue99.2%
CMYK percentages
Cyan58.5%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#694dfd text on a black background
contrast 4.08:1
Card sample
#694dfd text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #694dfd;
Background color
Panel with #694dfd background
background-color: #694dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #694dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #694dfd; background: linear-gradient(135deg, #694dfd, #DE4DFD);