#619ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
97, 154, 222
HSL
213°, 65%, 63%
CMYK
56, 31, 0, 13
Luminance
0.3093
Every format
| HEX | #619ade |
| RGB | rgb(97, 154, 222) |
| HSL | hsl(213, 65%, 63%) |
| CMYK | cmyk(56%, 31%, 0%, 13%) |
| LAB | lab(62.4 1.0 -40.2) |
| LCH | lch(62.4 40.2 271.5) |
| OKLCH | oklch(0.676 0.118 253.7) |
Copy-ready code
/* CSS */
color: #619ade;
background-color: #619ade;
/* Tailwind (arbitrary) */
class="text-[#619ade] bg-[#619ade]"
/* SCSS */
$brand: #619ade;
/* SwiftUI */
Color(red: 0.380, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#619ade")Accessibility — WCAG contrast
Aa
#619ade on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#619ade on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green60.4%
Blue87.1%
CMYK percentages
Cyan56.3%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#619ade text on a black background
contrast 7.19:1
Card sample
#619ade text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #619ade;
Background color
Panel with #619ade background
background-color: #619ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #619ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #619ade; background: linear-gradient(135deg, #619ade, #7B61DE);