#4875ab
a balanced, soft blue · cool · closest name: steelblue
RGB
72, 117, 171
HSL
213°, 41%, 48%
CMYK
58, 32, 0, 33
Luminance
0.1704
Every format
| HEX | #4875ab |
| RGB | rgb(72, 117, 171) |
| HSL | hsl(213, 41%, 48%) |
| CMYK | cmyk(58%, 32%, 0%, 33%) |
| LAB | lab(48.3 1.1 -33.5) |
| LCH | lch(48.3 33.5 271.8) |
| OKLCH | oklch(0.554 0.098 253.9) |
Copy-ready code
/* CSS */
color: #4875ab;
background-color: #4875ab;
/* Tailwind (arbitrary) */
class="text-[#4875ab] bg-[#4875ab]"
/* SCSS */
$brand: #4875ab;
/* SwiftUI */
Color(red: 0.282, green: 0.459, blue: 0.671)
/* Android */
Color.parseColor("#4875ab")Accessibility — WCAG contrast
Aa
#4875ab on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4875ab on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green45.9%
Blue67.1%
CMYK percentages
Cyan57.9%
Magenta31.6%
Yellow0.0%
Key (black)32.9%
Color previews
#4875ab text on a black background
contrast 4.41:1
Card sample
#4875ab text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4875ab;
Background color
Panel with #4875ab background
background-color: #4875ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4875ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 117, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 117, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4875ab; background: linear-gradient(135deg, #4875ab, #5D48AB);