#654fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
101, 79, 223
HSL
249°, 69%, 59%
CMYK
55, 65, 0, 13
Luminance
0.1369
Every format
| HEX | #654fdf |
| RGB | rgb(101, 79, 223) |
| HSL | hsl(249, 69%, 59%) |
| CMYK | cmyk(55%, 65%, 0%, 13%) |
| LAB | lab(43.8 46.9 -70.6) |
| LCH | lch(43.8 84.8 303.6) |
| OKLCH | oklch(0.535 0.209 283.8) |
Copy-ready code
/* CSS */
color: #654fdf;
background-color: #654fdf;
/* Tailwind (arbitrary) */
class="text-[#654fdf] bg-[#654fdf]"
/* SCSS */
$brand: #654fdf;
/* SwiftUI */
Color(red: 0.396, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#654fdf")Accessibility — WCAG contrast
Aa
#654fdf on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#654fdf on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green31.0%
Blue87.5%
CMYK percentages
Cyan54.7%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#654fdf text on a black background
contrast 3.74:1
Card sample
#654fdf text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #654fdf;
Background color
Panel with #654fdf background
background-color: #654fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #654fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #654fdf; background: linear-gradient(135deg, #654fdf, #C54FDF);