#658fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
101, 143, 223
HSL
219°, 66%, 64%
CMYK
55, 36, 0, 13
Luminance
0.2774
Every format
| HEX | #658fdf |
| RGB | rgb(101, 143, 223) |
| HSL | hsl(219, 66%, 64%) |
| CMYK | cmyk(55%, 36%, 0%, 13%) |
| LAB | lab(59.6 8.6 -45.1) |
| LCH | lch(59.6 45.9 280.8) |
| OKLCH | oklch(0.655 0.129 262.4) |
Copy-ready code
/* CSS */
color: #658fdf;
background-color: #658fdf;
/* Tailwind (arbitrary) */
class="text-[#658fdf] bg-[#658fdf]"
/* SCSS */
$brand: #658fdf;
/* SwiftUI */
Color(red: 0.396, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#658fdf")Accessibility — WCAG contrast
Aa
#658fdf on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#658fdf on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green56.1%
Blue87.5%
CMYK percentages
Cyan54.7%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#658fdf text on a black background
contrast 6.55:1
Card sample
#658fdf text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #658fdf;
Background color
Panel with #658fdf background
background-color: #658fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #658fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #658fdf; background: linear-gradient(135deg, #658fdf, #8C65DF);