#755cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
117, 92, 223
HSL
252°, 67%, 62%
CMYK
48, 59, 0, 13
Luminance
0.1676
Every format
| HEX | #755cdf |
| RGB | rgb(117, 92, 223) |
| HSL | hsl(252, 67%, 62%) |
| CMYK | cmyk(48%, 59%, 0%, 13%) |
| LAB | lab(48.0 42.4 -63.8) |
| LCH | lch(48.0 76.6 303.6) |
| OKLCH | oklch(0.569 0.191 287.5) |
Copy-ready code
/* CSS */
color: #755cdf;
background-color: #755cdf;
/* Tailwind (arbitrary) */
class="text-[#755cdf] bg-[#755cdf]"
/* SCSS */
$brand: #755cdf;
/* SwiftUI */
Color(red: 0.459, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#755cdf")Accessibility — WCAG contrast
Aa
#755cdf on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#755cdf on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green36.1%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#755cdf text on a black background
contrast 4.35:1
Card sample
#755cdf text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #755cdf;
Background color
Panel with #755cdf background
background-color: #755cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #755cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #755cdf; background: linear-gradient(135deg, #755cdf, #CD5CDF);