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