#389ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
56, 154, 222
HSL
205°, 72%, 55%
CMYK
75, 31, 0, 13
Luminance
0.2923
Every format
| HEX | #389ade |
| RGB | rgb(56, 154, 222) |
| HSL | hsl(205, 72%, 55%) |
| CMYK | cmyk(75%, 31%, 0%, 13%) |
| LAB | lab(61.0 -5.7 -42.6) |
| LCH | lch(61.0 43.0 262.4) |
| OKLCH | oklch(0.660 0.135 243.3) |
Copy-ready code
/* CSS */
color: #389ade;
background-color: #389ade;
/* Tailwind (arbitrary) */
class="text-[#389ade] bg-[#389ade]"
/* SCSS */
$brand: #389ade;
/* SwiftUI */
Color(red: 0.220, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#389ade")Accessibility — WCAG contrast
Aa
#389ade on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#389ade on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green60.4%
Blue87.1%
CMYK percentages
Cyan74.8%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#389ade text on a black background
contrast 6.85:1
Card sample
#389ade text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #389ade;
Background color
Panel with #389ade background
background-color: #389ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #389ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #389ade; background: linear-gradient(135deg, #389ade, #4538DE);