#654cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
101, 76, 223
HSL
250°, 70%, 59%
CMYK
55, 66, 0, 13
Luminance
0.1326
Every format
| HEX | #654cdf |
| RGB | rgb(101, 76, 223) |
| HSL | hsl(250, 70%, 59%) |
| CMYK | cmyk(55%, 66%, 0%, 13%) |
| LAB | lab(43.2 48.6 -71.6) |
| LCH | lch(43.2 86.5 304.1) |
| OKLCH | oklch(0.531 0.212 284.3) |
Copy-ready code
/* CSS */
color: #654cdf;
background-color: #654cdf;
/* Tailwind (arbitrary) */
class="text-[#654cdf] bg-[#654cdf]"
/* SCSS */
$brand: #654cdf;
/* SwiftUI */
Color(red: 0.396, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#654cdf")Accessibility — WCAG contrast
Aa
#654cdf on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#654cdf on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green29.8%
Blue87.5%
CMYK percentages
Cyan54.7%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#654cdf text on a black background
contrast 3.65:1
Card sample
#654cdf text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #654cdf;
Background color
Panel with #654cdf background
background-color: #654cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #654cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #654cdf; background: linear-gradient(135deg, #654cdf, #C74CDF);