#607fcf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
96, 127, 207
HSL
223°, 54%, 59%
CMYK
54, 39, 0, 19
Luminance
0.2217
Every format
| HEX | #607fcf |
| RGB | rgb(96, 127, 207) |
| HSL | hsl(223, 54%, 59%) |
| CMYK | cmyk(54%, 39%, 0%, 19%) |
| LAB | lab(54.2 12.0 -44.8) |
| LCH | lch(54.2 46.3 285.0) |
| OKLCH | oklch(0.609 0.127 266.7) |
Copy-ready code
/* CSS */
color: #607fcf;
background-color: #607fcf;
/* Tailwind (arbitrary) */
class="text-[#607fcf] bg-[#607fcf]"
/* SCSS */
$brand: #607fcf;
/* SwiftUI */
Color(red: 0.376, green: 0.498, blue: 0.812)
/* Android */
Color.parseColor("#607fcf")Accessibility — WCAG contrast
Aa
#607fcf on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#607fcf on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green49.8%
Blue81.2%
CMYK percentages
Cyan53.6%
Magenta38.6%
Yellow0.0%
Key (black)18.8%
Color previews
#607fcf text on a black background
contrast 5.43:1
Card sample
#607fcf text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #607fcf;
Background color
Panel with #607fcf background
background-color: #607fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #607fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 127, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 127, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #607fcf; background: linear-gradient(135deg, #607fcf, #8B60CF);