#4b85cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
75, 133, 207
HSL
214°, 58%, 55%
CMYK
64, 36, 0, 19
Luminance
0.2278
Every format
| HEX | #4b85cf |
| RGB | rgb(75, 133, 207) |
| HSL | hsl(214, 58%, 55%) |
| CMYK | cmyk(64%, 36%, 0%, 19%) |
| LAB | lab(54.8 4.2 -43.8) |
| LCH | lch(54.8 44.0 275.4) |
| OKLCH | oklch(0.611 0.129 255.4) |
Copy-ready code
/* CSS */
color: #4b85cf;
background-color: #4b85cf;
/* Tailwind (arbitrary) */
class="text-[#4b85cf] bg-[#4b85cf]"
/* SCSS */
$brand: #4b85cf;
/* SwiftUI */
Color(red: 0.294, green: 0.522, blue: 0.812)
/* Android */
Color.parseColor("#4b85cf")Accessibility — WCAG contrast
Aa
#4b85cf on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4b85cf on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green52.2%
Blue81.2%
CMYK percentages
Cyan63.8%
Magenta35.7%
Yellow0.0%
Key (black)18.8%
Color previews
#4b85cf text on a black background
contrast 5.56:1
Card sample
#4b85cf text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b85cf;
Background color
Panel with #4b85cf background
background-color: #4b85cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b85cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 133, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 133, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b85cf; background: linear-gradient(135deg, #4b85cf, #694BCF);