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