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