#4971cd
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
73, 113, 205
HSL
222°, 57%, 55%
CMYK
64, 45, 0, 20
Luminance
0.1763
Every format
| HEX | #4971cd |
| RGB | rgb(73, 113, 205) |
| HSL | hsl(222, 57%, 55%) |
| CMYK | cmyk(64%, 45%, 0%, 20%) |
| LAB | lab(49.0 15.4 -51.9) |
| LCH | lch(49.0 54.1 286.5) |
| OKLCH | oklch(0.566 0.149 264.5) |
Copy-ready code
/* CSS */
color: #4971cd;
background-color: #4971cd;
/* Tailwind (arbitrary) */
class="text-[#4971cd] bg-[#4971cd]"
/* SCSS */
$brand: #4971cd;
/* SwiftUI */
Color(red: 0.286, green: 0.443, blue: 0.804)
/* Android */
Color.parseColor("#4971cd")Accessibility — WCAG contrast
Aa
#4971cd on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4971cd on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green44.3%
Blue80.4%
CMYK percentages
Cyan64.4%
Magenta44.9%
Yellow0.0%
Key (black)19.6%
Color previews
#4971cd text on a black background
contrast 4.53:1
Card sample
#4971cd text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4971cd;
Background color
Panel with #4971cd background
background-color: #4971cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4971cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 113, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 113, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4971cd; background: linear-gradient(135deg, #4971cd, #7949CD);