#4875cf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
72, 117, 207
HSL
220°, 58%, 55%
CMYK
65, 44, 0, 19
Luminance
0.1861
Every format
| HEX | #4875cf |
| RGB | rgb(72, 117, 207) |
| HSL | hsl(220, 58%, 55%) |
| CMYK | cmyk(65%, 44%, 0%, 19%) |
| LAB | lab(50.2 13.4 -51.2) |
| LCH | lch(50.2 52.9 284.7) |
| OKLCH | oklch(0.575 0.147 262.7) |
Copy-ready code
/* CSS */
color: #4875cf;
background-color: #4875cf;
/* Tailwind (arbitrary) */
class="text-[#4875cf] bg-[#4875cf]"
/* SCSS */
$brand: #4875cf;
/* SwiftUI */
Color(red: 0.282, green: 0.459, blue: 0.812)
/* Android */
Color.parseColor("#4875cf")Accessibility — WCAG contrast
Aa
#4875cf on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4875cf on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green45.9%
Blue81.2%
CMYK percentages
Cyan65.2%
Magenta43.5%
Yellow0.0%
Key (black)18.8%
Color previews
#4875cf text on a black background
contrast 4.72:1
Card sample
#4875cf text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4875cf;
Background color
Panel with #4875cf background
background-color: #4875cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4875cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 117, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 117, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4875cf; background: linear-gradient(135deg, #4875cf, #7548CF);