#755ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
117, 90, 222
HSL
252°, 67%, 61%
CMYK
47, 60, 0, 13
Luminance
0.1637
Every format
| HEX | #755ade |
| RGB | rgb(117, 90, 222) |
| HSL | hsl(252, 67%, 61%) |
| CMYK | cmyk(47%, 60%, 0%, 13%) |
| LAB | lab(47.5 43.3 -64.0) |
| LCH | lch(47.5 77.3 304.1) |
| OKLCH | oklch(0.565 0.193 288.0) |
Copy-ready code
/* CSS */
color: #755ade;
background-color: #755ade;
/* Tailwind (arbitrary) */
class="text-[#755ade] bg-[#755ade]"
/* SCSS */
$brand: #755ade;
/* SwiftUI */
Color(red: 0.459, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#755ade")Accessibility — WCAG contrast
Aa
#755ade on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#755ade on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green35.3%
Blue87.1%
CMYK percentages
Cyan47.3%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#755ade text on a black background
contrast 4.27:1
Card sample
#755ade text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #755ade;
Background color
Panel with #755ade background
background-color: #755ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #755ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #755ade; background: linear-gradient(135deg, #755ade, #CD5ADE);