#6964fd
a light, electric blue · warm · closest name: slateblue
RGB
105, 100, 253
HSL
242°, 98%, 69%
CMYK
59, 61, 0, 1
Luminance
0.1921
Every format
| HEX | #6964fd |
| RGB | rgb(105, 100, 253) |
| HSL | hsl(242, 98%, 69%) |
| CMYK | cmyk(59%, 61%, 0%, 1%) |
| LAB | lab(50.9 44.6 -75.8) |
| LCH | lch(50.9 88.0 300.5) |
| OKLCH | oklch(0.595 0.221 278.8) |
Copy-ready code
/* CSS */
color: #6964fd;
background-color: #6964fd;
/* Tailwind (arbitrary) */
class="text-[#6964fd] bg-[#6964fd]"
/* SCSS */
$brand: #6964fd;
/* SwiftUI */
Color(red: 0.412, green: 0.392, blue: 0.992)
/* Android */
Color.parseColor("#6964fd")Accessibility — WCAG contrast
Aa
#6964fd on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6964fd on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green39.2%
Blue99.2%
CMYK percentages
Cyan58.5%
Magenta60.5%
Yellow0.0%
Key (black)0.8%
Color previews
#6964fd text on a black background
contrast 4.84:1
Card sample
#6964fd text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6964fd;
Background color
Panel with #6964fd background
background-color: #6964fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6964fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 100, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 100, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6964fd; background: linear-gradient(135deg, #6964fd, #CF64FD);