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