#5c44cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
92, 68, 207
HSL
250°, 59%, 54%
CMYK
56, 67, 0, 19
Luminance
0.1091
Every format
| HEX | #5c44cf |
| RGB | rgb(92, 68, 207) |
| HSL | hsl(250, 59%, 54%) |
| CMYK | cmyk(56%, 67%, 0%, 19%) |
| LAB | lab(39.4 46.8 -68.6) |
| LCH | lch(39.4 83.0 304.3) |
| OKLCH | oklch(0.498 0.203 284.1) |
Copy-ready code
/* CSS */
color: #5c44cf;
background-color: #5c44cf;
/* Tailwind (arbitrary) */
class="text-[#5c44cf] bg-[#5c44cf]"
/* SCSS */
$brand: #5c44cf;
/* SwiftUI */
Color(red: 0.361, green: 0.267, blue: 0.812)
/* Android */
Color.parseColor("#5c44cf")Accessibility — WCAG contrast
Aa
#5c44cf on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5c44cf on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green26.7%
Blue81.2%
CMYK percentages
Cyan55.6%
Magenta67.1%
Yellow0.0%
Key (black)18.8%
Color previews
#5c44cf text on a black background
contrast 3.18:1
Card sample
#5c44cf text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c44cf;
Background color
Panel with #5c44cf background
background-color: #5c44cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c44cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 68, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 68, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c44cf; background: linear-gradient(135deg, #5c44cf, #B944CF);