#4571cf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
69, 113, 207
HSL
221°, 59%, 54%
CMYK
67, 45, 0, 19
Luminance
0.1758
Every format
| HEX | #4571cf |
| RGB | rgb(69, 113, 207) |
| HSL | hsl(221, 59%, 54%) |
| CMYK | cmyk(67%, 45%, 0%, 19%) |
| LAB | lab(49.0 15.4 -53.2) |
| LCH | lch(49.0 55.4 286.2) |
| OKLCH | oklch(0.565 0.153 263.4) |
Copy-ready code
/* CSS */
color: #4571cf;
background-color: #4571cf;
/* Tailwind (arbitrary) */
class="text-[#4571cf] bg-[#4571cf]"
/* SCSS */
$brand: #4571cf;
/* SwiftUI */
Color(red: 0.271, green: 0.443, blue: 0.812)
/* Android */
Color.parseColor("#4571cf")Accessibility — WCAG contrast
Aa
#4571cf on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4571cf on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green44.3%
Blue81.2%
CMYK percentages
Cyan66.7%
Magenta45.4%
Yellow0.0%
Key (black)18.8%
Color previews
#4571cf text on a black background
contrast 4.52:1
Card sample
#4571cf text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4571cf;
Background color
Panel with #4571cf background
background-color: #4571cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4571cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 113, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 113, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4571cf; background: linear-gradient(135deg, #4571cf, #7545CF);