#6565df
a balanced, vivid blue · warm · closest name: slateblue
RGB
101, 101, 223
HSL
240°, 66%, 64%
CMYK
55, 55, 0, 13
Luminance
0.1740
Every format
| HEX | #6565df |
| RGB | rgb(101, 101, 223) |
| HSL | hsl(240, 66%, 64%) |
| CMYK | cmyk(55%, 55%, 0%, 13%) |
| LAB | lab(48.8 34.0 -62.5) |
| LCH | lch(48.8 71.2 298.5) |
| OKLCH | oklch(0.572 0.181 279.0) |
Copy-ready code
/* CSS */
color: #6565df;
background-color: #6565df;
/* Tailwind (arbitrary) */
class="text-[#6565df] bg-[#6565df]"
/* SCSS */
$brand: #6565df;
/* SwiftUI */
Color(red: 0.396, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#6565df")Accessibility — WCAG contrast
Aa
#6565df on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6565df on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green39.6%
Blue87.5%
CMYK percentages
Cyan54.7%
Magenta54.7%
Yellow0.0%
Key (black)12.5%
Color previews
#6565df text on a black background
contrast 4.48:1
Card sample
#6565df text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6565df;
Background color
Panel with #6565df background
background-color: #6565df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6565df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6565df; background: linear-gradient(135deg, #6565df, #B665DF);