#607cdf
a balanced, vivid blue · warm · closest name: dodgerblue
RGB
96, 124, 223
HSL
227°, 67%, 63%
CMYK
57, 44, 0, 13
Luminance
0.2223
Every format
| HEX | #607cdf |
| RGB | rgb(96, 124, 223) |
| HSL | hsl(227, 67%, 63%) |
| CMYK | cmyk(57%, 44%, 0%, 13%) |
| LAB | lab(54.3 18.9 -53.7) |
| LCH | lch(54.3 57.0 289.4) |
| OKLCH | oklch(0.613 0.153 269.6) |
Copy-ready code
/* CSS */
color: #607cdf;
background-color: #607cdf;
/* Tailwind (arbitrary) */
class="text-[#607cdf] bg-[#607cdf]"
/* SCSS */
$brand: #607cdf;
/* SwiftUI */
Color(red: 0.376, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#607cdf")Accessibility — WCAG contrast
Aa
#607cdf on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#607cdf on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green48.6%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#607cdf text on a black background
contrast 5.45:1
Card sample
#607cdf text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #607cdf;
Background color
Panel with #607cdf background
background-color: #607cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #607cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #607cdf; background: linear-gradient(135deg, #607cdf, #9960DF);