#618cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
97, 140, 223
HSL
220°, 66%, 63%
CMYK
57, 37, 0, 13
Luminance
0.2663
Every format
| HEX | #618cdf |
| RGB | rgb(97, 140, 223) |
| HSL | hsl(220, 66%, 63%) |
| CMYK | cmyk(57%, 37%, 0%, 13%) |
| LAB | lab(58.6 9.5 -46.8) |
| LCH | lch(58.6 47.7 281.5) |
| OKLCH | oklch(0.646 0.134 262.5) |
Copy-ready code
/* CSS */
color: #618cdf;
background-color: #618cdf;
/* Tailwind (arbitrary) */
class="text-[#618cdf] bg-[#618cdf]"
/* SCSS */
$brand: #618cdf;
/* SwiftUI */
Color(red: 0.380, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#618cdf")Accessibility — WCAG contrast
Aa
#618cdf on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#618cdf on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green54.9%
Blue87.5%
CMYK percentages
Cyan56.5%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#618cdf text on a black background
contrast 6.33:1
Card sample
#618cdf text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #618cdf;
Background color
Panel with #618cdf background
background-color: #618cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #618cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #618cdf; background: linear-gradient(135deg, #618cdf, #8A61DF);