#4875ba
a balanced, vivid blue · cool · closest name: steelblue
RGB
72, 117, 186
HSL
216°, 45%, 51%
CMYK
61, 37, 0, 27
Luminance
0.1765
Every format
| HEX | #4875ba |
| RGB | rgb(72, 117, 186) |
| HSL | hsl(216, 45%, 51%) |
| CMYK | cmyk(61%, 37%, 0%, 27%) |
| LAB | lab(49.1 6.1 -41.0) |
| LCH | lch(49.1 41.5 278.5) |
| OKLCH | oklch(0.563 0.119 258.7) |
Copy-ready code
/* CSS */
color: #4875ba;
background-color: #4875ba;
/* Tailwind (arbitrary) */
class="text-[#4875ba] bg-[#4875ba]"
/* SCSS */
$brand: #4875ba;
/* SwiftUI */
Color(red: 0.282, green: 0.459, blue: 0.729)
/* Android */
Color.parseColor("#4875ba")Accessibility — WCAG contrast
Aa
#4875ba on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4875ba on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green45.9%
Blue72.9%
CMYK percentages
Cyan61.3%
Magenta37.1%
Yellow0.0%
Key (black)27.1%
Color previews
#4875ba text on a black background
contrast 4.53:1
Card sample
#4875ba text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4875ba;
Background color
Panel with #4875ba background
background-color: #4875ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4875ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 117, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 117, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4875ba; background: linear-gradient(135deg, #4875ba, #6748BA);