#618ade
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
97, 138, 222
HSL
220°, 65%, 63%
CMYK
56, 38, 0, 13
Luminance
0.2599
Every format
| HEX | #618ade |
| RGB | rgb(97, 138, 222) |
| HSL | hsl(220, 65%, 63%) |
| CMYK | cmyk(56%, 38%, 0%, 13%) |
| LAB | lab(58.0 10.4 -47.1) |
| LCH | lch(58.0 48.3 282.4) |
| OKLCH | oklch(0.641 0.135 263.4) |
Copy-ready code
/* CSS */
color: #618ade;
background-color: #618ade;
/* Tailwind (arbitrary) */
class="text-[#618ade] bg-[#618ade]"
/* SCSS */
$brand: #618ade;
/* SwiftUI */
Color(red: 0.380, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#618ade")Accessibility — WCAG contrast
Aa
#618ade on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#618ade on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green54.1%
Blue87.1%
CMYK percentages
Cyan56.3%
Magenta37.8%
Yellow0.0%
Key (black)12.9%
Color previews
#618ade text on a black background
contrast 6.20:1
Card sample
#618ade text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #618ade;
Background color
Panel with #618ade background
background-color: #618ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #618ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #618ade; background: linear-gradient(135deg, #618ade, #8B61DE);