#756cdb
a balanced, vivid blue · warm · closest name: slateblue
RGB
117, 108, 219
HSL
245°, 61%, 64%
CMYK
47, 51, 0, 14
Luminance
0.1962
Every format
| HEX | #756cdb |
| RGB | rgb(117, 108, 219) |
| HSL | hsl(245, 61%, 64%) |
| CMYK | cmyk(47%, 51%, 0%, 14%) |
| LAB | lab(51.4 31.9 -55.9) |
| LCH | lch(51.4 64.4 299.7) |
| OKLCH | oklch(0.594 0.164 283.9) |
Copy-ready code
/* CSS */
color: #756cdb;
background-color: #756cdb;
/* Tailwind (arbitrary) */
class="text-[#756cdb] bg-[#756cdb]"
/* SCSS */
$brand: #756cdb;
/* SwiftUI */
Color(red: 0.459, green: 0.424, blue: 0.859)
/* Android */
Color.parseColor("#756cdb")Accessibility — WCAG contrast
Aa
#756cdb on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#756cdb on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green42.4%
Blue85.9%
CMYK percentages
Cyan46.6%
Magenta50.7%
Yellow0.0%
Key (black)14.1%
Color previews
#756cdb text on a black background
contrast 4.92:1
Card sample
#756cdb text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #756cdb;
Background color
Panel with #756cdb background
background-color: #756cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #756cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 108, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 108, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #756cdb; background: linear-gradient(135deg, #756cdb, #BF6CDB);