#389cdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
56, 156, 223
HSL
204°, 72%, 55%
CMYK
75, 30, 0, 13
Luminance
0.2995
Every format
| HEX | #389cdf |
| RGB | rgb(56, 156, 223) |
| HSL | hsl(204, 72%, 55%) |
| CMYK | cmyk(75%, 30%, 0%, 13%) |
| LAB | lab(61.6 -6.5 -42.2) |
| LCH | lch(61.6 42.7 261.3) |
| OKLCH | oklch(0.665 0.135 242.4) |
Copy-ready code
/* CSS */
color: #389cdf;
background-color: #389cdf;
/* Tailwind (arbitrary) */
class="text-[#389cdf] bg-[#389cdf]"
/* SCSS */
$brand: #389cdf;
/* SwiftUI */
Color(red: 0.220, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#389cdf")Accessibility — WCAG contrast
Aa
#389cdf on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#389cdf on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green61.2%
Blue87.5%
CMYK percentages
Cyan74.9%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#389cdf text on a black background
contrast 6.99:1
Card sample
#389cdf text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #389cdf;
Background color
Panel with #389cdf background
background-color: #389cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #389cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #389cdf; background: linear-gradient(135deg, #389cdf, #4338DF);