#665cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
102, 92, 223
HSL
245°, 67%, 62%
CMYK
54, 59, 0, 13
Luminance
0.1581
Every format
| HEX | #665cdf |
| RGB | rgb(102, 92, 223) |
| HSL | hsl(245, 67%, 62%) |
| CMYK | cmyk(54%, 59%, 0%, 13%) |
| LAB | lab(46.7 39.5 -65.8) |
| LCH | lch(46.7 76.8 301.0) |
| OKLCH | oklch(0.557 0.193 281.6) |
Copy-ready code
/* CSS */
color: #665cdf;
background-color: #665cdf;
/* Tailwind (arbitrary) */
class="text-[#665cdf] bg-[#665cdf]"
/* SCSS */
$brand: #665cdf;
/* SwiftUI */
Color(red: 0.400, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#665cdf")Accessibility — WCAG contrast
Aa
#665cdf on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#665cdf on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green36.1%
Blue87.5%
CMYK percentages
Cyan54.3%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#665cdf text on a black background
contrast 4.16:1
Card sample
#665cdf text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #665cdf;
Background color
Panel with #665cdf background
background-color: #665cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #665cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #665cdf; background: linear-gradient(135deg, #665cdf, #BD5CDF);