#7575ce
a balanced, vivid blue · warm · closest name: slateblue
RGB
117, 117, 206
HSL
240°, 48%, 63%
CMYK
43, 43, 0, 19
Luminance
0.2096
Every format
| HEX | #7575ce |
| RGB | rgb(117, 117, 206) |
| HSL | hsl(240, 48%, 63%) |
| CMYK | cmyk(43%, 43%, 0%, 19%) |
| LAB | lab(52.9 22.6 -46.2) |
| LCH | lch(52.9 51.4 296.1) |
| OKLCH | oklch(0.603 0.133 281.6) |
Copy-ready code
/* CSS */
color: #7575ce;
background-color: #7575ce;
/* Tailwind (arbitrary) */
class="text-[#7575ce] bg-[#7575ce]"
/* SCSS */
$brand: #7575ce;
/* SwiftUI */
Color(red: 0.459, green: 0.459, blue: 0.808)
/* Android */
Color.parseColor("#7575ce")Accessibility — WCAG contrast
Aa
#7575ce on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7575ce on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green45.9%
Blue80.8%
CMYK percentages
Cyan43.2%
Magenta43.2%
Yellow0.0%
Key (black)19.2%
Color previews
#7575ce text on a black background
contrast 5.19:1
Card sample
#7575ce text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7575ce;
Background color
Panel with #7575ce background
background-color: #7575ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7575ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 117, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 117, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7575ce; background: linear-gradient(135deg, #7575ce, #B075CE);