#756cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
117, 108, 223
HSL
245°, 64%, 65%
CMYK
48, 52, 0, 13
Luminance
0.1983
Every format
| HEX | #756cdf |
| RGB | rgb(117, 108, 223) |
| HSL | hsl(245, 64%, 65%) |
| CMYK | cmyk(48%, 52%, 0%, 13%) |
| LAB | lab(51.6 33.0 -57.8) |
| LCH | lch(51.6 66.6 299.8) |
| OKLCH | oklch(0.597 0.169 283.5) |
Copy-ready code
/* CSS */
color: #756cdf;
background-color: #756cdf;
/* Tailwind (arbitrary) */
class="text-[#756cdf] bg-[#756cdf]"
/* SCSS */
$brand: #756cdf;
/* SwiftUI */
Color(red: 0.459, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#756cdf")Accessibility — WCAG contrast
Aa
#756cdf on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#756cdf on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green42.4%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#756cdf text on a black background
contrast 4.97:1
Card sample
#756cdf text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #756cdf;
Background color
Panel with #756cdf background
background-color: #756cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #756cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #756cdf; background: linear-gradient(135deg, #756cdf, #C26CDF);