#646fdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
100, 111, 223
HSL
235°, 66%, 63%
CMYK
55, 50, 0, 13
Luminance
0.1941
Every format
| HEX | #646fdf |
| RGB | rgb(100, 111, 223) |
| HSL | hsl(235, 66%, 63%) |
| CMYK | cmyk(55%, 50%, 0%, 13%) |
| LAB | lab(51.2 27.7 -58.7) |
| LCH | lch(51.2 64.9 295.3) |
| OKLCH | oklch(0.590 0.169 275.7) |
Copy-ready code
/* CSS */
color: #646fdf;
background-color: #646fdf;
/* Tailwind (arbitrary) */
class="text-[#646fdf] bg-[#646fdf]"
/* SCSS */
$brand: #646fdf;
/* SwiftUI */
Color(red: 0.392, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#646fdf")Accessibility — WCAG contrast
Aa
#646fdf on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#646fdf on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green43.5%
Blue87.5%
CMYK percentages
Cyan55.2%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#646fdf text on a black background
contrast 4.88:1
Card sample
#646fdf text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #646fdf;
Background color
Panel with #646fdf background
background-color: #646fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #646fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #646fdf; background: linear-gradient(135deg, #646fdf, #AB64DF);