#4875af
a balanced, soft blue · cool · closest name: steelblue
RGB
72, 117, 175
HSL
214°, 42%, 48%
CMYK
59, 33, 0, 31
Luminance
0.1720
Every format
| HEX | #4875af |
| RGB | rgb(72, 117, 175) |
| HSL | hsl(214, 42%, 48%) |
| CMYK | cmyk(59%, 33%, 0%, 31%) |
| LAB | lab(48.5 2.4 -35.5) |
| LCH | lch(48.5 35.6 273.9) |
| OKLCH | oklch(0.556 0.104 255.4) |
Copy-ready code
/* CSS */
color: #4875af;
background-color: #4875af;
/* Tailwind (arbitrary) */
class="text-[#4875af] bg-[#4875af]"
/* SCSS */
$brand: #4875af;
/* SwiftUI */
Color(red: 0.282, green: 0.459, blue: 0.686)
/* Android */
Color.parseColor("#4875af")Accessibility — WCAG contrast
Aa
#4875af on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4875af on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green45.9%
Blue68.6%
CMYK percentages
Cyan58.9%
Magenta33.1%
Yellow0.0%
Key (black)31.4%
Color previews
#4875af text on a black background
contrast 4.44:1
Card sample
#4875af text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4875af;
Background color
Panel with #4875af background
background-color: #4875af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4875af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 117, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 117, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4875af; background: linear-gradient(135deg, #4875af, #6048AF);