#618ce2
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
97, 140, 226
HSL
220°, 69%, 63%
CMYK
57, 38, 0, 11
Luminance
0.2679
Every format
| HEX | #618ce2 |
| RGB | rgb(97, 140, 226) |
| HSL | hsl(220, 69%, 63%) |
| CMYK | cmyk(57%, 38%, 0%, 11%) |
| LAB | lab(58.8 10.5 -48.2) |
| LCH | lch(58.8 49.3 282.3) |
| OKLCH | oklch(0.648 0.138 263.0) |
Copy-ready code
/* CSS */
color: #618ce2;
background-color: #618ce2;
/* Tailwind (arbitrary) */
class="text-[#618ce2] bg-[#618ce2]"
/* SCSS */
$brand: #618ce2;
/* SwiftUI */
Color(red: 0.380, green: 0.549, blue: 0.886)
/* Android */
Color.parseColor("#618ce2")Accessibility — WCAG contrast
Aa
#618ce2 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#618ce2 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green54.9%
Blue88.6%
CMYK percentages
Cyan57.1%
Magenta38.1%
Yellow0.0%
Key (black)11.4%
Color previews
#618ce2 text on a black background
contrast 6.36:1
Card sample
#618ce2 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #618ce2;
Background color
Panel with #618ce2 background
background-color: #618ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #618ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 140, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 140, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #618ce2; background: linear-gradient(135deg, #618ce2, #8C61E2);