#5477cf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
84, 119, 207
HSL
223°, 56%, 57%
CMYK
59, 43, 0, 19
Luminance
0.1958
Every format
| HEX | #5477cf |
| RGB | rgb(84, 119, 207) |
| HSL | hsl(223, 56%, 57%) |
| CMYK | cmyk(59%, 43%, 0%, 19%) |
| LAB | lab(51.4 14.4 -49.3) |
| LCH | lch(51.4 51.4 286.2) |
| OKLCH | oklch(0.586 0.141 265.9) |
Copy-ready code
/* CSS */
color: #5477cf;
background-color: #5477cf;
/* Tailwind (arbitrary) */
class="text-[#5477cf] bg-[#5477cf]"
/* SCSS */
$brand: #5477cf;
/* SwiftUI */
Color(red: 0.329, green: 0.467, blue: 0.812)
/* Android */
Color.parseColor("#5477cf")Accessibility — WCAG contrast
Aa
#5477cf on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5477cf on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green46.7%
Blue81.2%
CMYK percentages
Cyan59.4%
Magenta42.5%
Yellow0.0%
Key (black)18.8%
Color previews
#5477cf text on a black background
contrast 4.92:1
Card sample
#5477cf text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5477cf;
Background color
Panel with #5477cf background
background-color: #5477cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5477cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 119, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 119, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5477cf; background: linear-gradient(135deg, #5477cf, #8354CF);