#756fdf
a light, vivid blue · warm · closest name: slateblue
RGB
117, 111, 223
HSL
243°, 64%, 66%
CMYK
48, 50, 0, 13
Luminance
0.2048
Every format
| HEX | #756fdf |
| RGB | rgb(117, 111, 223) |
| HSL | hsl(243, 64%, 66%) |
| CMYK | cmyk(48%, 50%, 0%, 13%) |
| LAB | lab(52.4 31.3 -56.6) |
| LCH | lch(52.4 64.7 298.9) |
| OKLCH | oklch(0.602 0.165 282.6) |
Copy-ready code
/* CSS */
color: #756fdf;
background-color: #756fdf;
/* Tailwind (arbitrary) */
class="text-[#756fdf] bg-[#756fdf]"
/* SCSS */
$brand: #756fdf;
/* SwiftUI */
Color(red: 0.459, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#756fdf")Accessibility — WCAG contrast
Aa
#756fdf on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#756fdf on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green43.5%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#756fdf text on a black background
contrast 5.10:1
Card sample
#756fdf text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #756fdf;
Background color
Panel with #756fdf background
background-color: #756fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #756fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #756fdf; background: linear-gradient(135deg, #756fdf, #C06FDF);