#655fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
101, 95, 223
HSL
243°, 67%, 62%
CMYK
55, 57, 0, 13
Luminance
0.1628
Every format
| HEX | #655fdf |
| RGB | rgb(101, 95, 223) |
| HSL | hsl(243, 67%, 62%) |
| CMYK | cmyk(55%, 57%, 0%, 13%) |
| LAB | lab(47.3 37.5 -64.8) |
| LCH | lch(47.3 74.9 300.1) |
| OKLCH | oklch(0.561 0.189 280.5) |
Copy-ready code
/* CSS */
color: #655fdf;
background-color: #655fdf;
/* Tailwind (arbitrary) */
class="text-[#655fdf] bg-[#655fdf]"
/* SCSS */
$brand: #655fdf;
/* SwiftUI */
Color(red: 0.396, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#655fdf")Accessibility — WCAG contrast
Aa
#655fdf on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#655fdf on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green37.3%
Blue87.5%
CMYK percentages
Cyan54.7%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#655fdf text on a black background
contrast 4.26:1
Card sample
#655fdf text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655fdf;
Background color
Panel with #655fdf background
background-color: #655fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655fdf; background: linear-gradient(135deg, #655fdf, #BA5FDF);