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