#5a77cc
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
90, 119, 204
HSL
225°, 53%, 58%
CMYK
56, 42, 0, 20
Luminance
0.1973
Every format
| HEX | #5a77cc |
| RGB | rgb(90, 119, 204) |
| HSL | hsl(225, 53%, 58%) |
| CMYK | cmyk(56%, 42%, 0%, 20%) |
| LAB | lab(51.5 14.6 -47.3) |
| LCH | lch(51.5 49.5 287.1) |
| OKLCH | oklch(0.587 0.135 267.9) |
Copy-ready code
/* CSS */
color: #5a77cc;
background-color: #5a77cc;
/* Tailwind (arbitrary) */
class="text-[#5a77cc] bg-[#5a77cc]"
/* SCSS */
$brand: #5a77cc;
/* SwiftUI */
Color(red: 0.353, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#5a77cc")Accessibility — WCAG contrast
Aa
#5a77cc on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5a77cc on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green46.7%
Blue80.0%
CMYK percentages
Cyan55.9%
Magenta41.7%
Yellow0.0%
Key (black)20.0%
Color previews
#5a77cc text on a black background
contrast 4.95:1
Card sample
#5a77cc text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a77cc;
Background color
Panel with #5a77cc background
background-color: #5a77cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a77cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a77cc; background: linear-gradient(135deg, #5a77cc, #895ACC);