#657cdf
a balanced, vivid blue · warm · closest name: dodgerblue
RGB
101, 124, 223
HSL
229°, 66%, 64%
CMYK
55, 44, 0, 13
Luminance
0.2251
Every format
| HEX | #657cdf |
| RGB | rgb(101, 124, 223) |
| HSL | hsl(229, 66%, 64%) |
| CMYK | cmyk(55%, 44%, 0%, 13%) |
| LAB | lab(54.6 20.0 -53.2) |
| LCH | lch(54.6 56.8 290.6) |
| OKLCH | oklch(0.616 0.151 271.5) |
Copy-ready code
/* CSS */
color: #657cdf;
background-color: #657cdf;
/* Tailwind (arbitrary) */
class="text-[#657cdf] bg-[#657cdf]"
/* SCSS */
$brand: #657cdf;
/* SwiftUI */
Color(red: 0.396, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#657cdf")Accessibility — WCAG contrast
Aa
#657cdf on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#657cdf on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green48.6%
Blue87.5%
CMYK percentages
Cyan54.7%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#657cdf text on a black background
contrast 5.50:1
Card sample
#657cdf text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #657cdf;
Background color
Panel with #657cdf background
background-color: #657cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #657cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #657cdf; background: linear-gradient(135deg, #657cdf, #9F65DF);