#4b6dbb
a balanced, vivid blue · cool · closest name: steelblue
RGB
75, 109, 187
HSL
222°, 45%, 51%
CMYK
60, 42, 0, 27
Luminance
0.1602
Every format
| HEX | #4b6dbb |
| RGB | rgb(75, 109, 187) |
| HSL | hsl(222, 45%, 51%) |
| CMYK | cmyk(60%, 42%, 0%, 27%) |
| LAB | lab(47.0 12.0 -44.8) |
| LCH | lch(47.0 46.4 285.0) |
| OKLCH | oklch(0.547 0.128 264.8) |
Copy-ready code
/* CSS */
color: #4b6dbb;
background-color: #4b6dbb;
/* Tailwind (arbitrary) */
class="text-[#4b6dbb] bg-[#4b6dbb]"
/* SCSS */
$brand: #4b6dbb;
/* SwiftUI */
Color(red: 0.294, green: 0.427, blue: 0.733)
/* Android */
Color.parseColor("#4b6dbb")Accessibility — WCAG contrast
Aa
#4b6dbb on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4b6dbb on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green42.7%
Blue73.3%
CMYK percentages
Cyan59.9%
Magenta41.7%
Yellow0.0%
Key (black)26.7%
Color previews
#4b6dbb text on a black background
contrast 4.20:1
Card sample
#4b6dbb text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b6dbb;
Background color
Panel with #4b6dbb background
background-color: #4b6dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b6dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 109, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 109, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b6dbb; background: linear-gradient(135deg, #4b6dbb, #744BBB);