#6965df
a balanced, vivid blue · warm · closest name: slateblue
RGB
105, 101, 223
HSL
242°, 66%, 64%
CMYK
53, 55, 0, 13
Luminance
0.1764
Every format
| HEX | #6965df |
| RGB | rgb(105, 101, 223) |
| HSL | hsl(242, 66%, 64%) |
| CMYK | cmyk(53%, 55%, 0%, 13%) |
| LAB | lab(49.0 34.7 -62.0) |
| LCH | lch(49.0 71.1 299.2) |
| OKLCH | oklch(0.575 0.180 280.6) |
Copy-ready code
/* CSS */
color: #6965df;
background-color: #6965df;
/* Tailwind (arbitrary) */
class="text-[#6965df] bg-[#6965df]"
/* SCSS */
$brand: #6965df;
/* SwiftUI */
Color(red: 0.412, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#6965df")Accessibility — WCAG contrast
Aa
#6965df on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6965df on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green39.6%
Blue87.5%
CMYK percentages
Cyan52.9%
Magenta54.7%
Yellow0.0%
Key (black)12.5%
Color previews
#6965df text on a black background
contrast 4.53:1
Card sample
#6965df text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6965df;
Background color
Panel with #6965df background
background-color: #6965df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6965df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6965df; background: linear-gradient(135deg, #6965df, #BA65DF);