#607fdf
a balanced, vivid blue · warm · closest name: dodgerblue
RGB
96, 127, 223
HSL
225°, 67%, 63%
CMYK
57, 43, 0, 13
Luminance
0.2299
Every format
| HEX | #607fdf |
| RGB | rgb(96, 127, 223) |
| HSL | hsl(225, 67%, 63%) |
| CMYK | cmyk(57%, 43%, 0%, 13%) |
| LAB | lab(55.1 17.1 -52.4) |
| LCH | lch(55.1 55.2 288.1) |
| OKLCH | oklch(0.619 0.149 268.3) |
Copy-ready code
/* CSS */
color: #607fdf;
background-color: #607fdf;
/* Tailwind (arbitrary) */
class="text-[#607fdf] bg-[#607fdf]"
/* SCSS */
$brand: #607fdf;
/* SwiftUI */
Color(red: 0.376, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#607fdf")Accessibility — WCAG contrast
Aa
#607fdf on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#607fdf on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green49.8%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#607fdf text on a black background
contrast 5.60:1
Card sample
#607fdf text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #607fdf;
Background color
Panel with #607fdf background
background-color: #607fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #607fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #607fdf; background: linear-gradient(135deg, #607fdf, #9660DF);