#4591b7
a balanced, vivid blue · cool · closest name: steelblue
RGB
69, 145, 183
HSL
200°, 45%, 49%
CMYK
62, 21, 0, 28
Luminance
0.2493
Every format
| HEX | #4591b7 |
| RGB | rgb(69, 145, 183) |
| HSL | hsl(200, 45%, 49%) |
| CMYK | cmyk(62%, 21%, 0%, 28%) |
| LAB | lab(57.0 -11.8 -26.9) |
| LCH | lch(57.0 29.3 246.2) |
| OKLCH | oklch(0.624 0.094 232.8) |
Copy-ready code
/* CSS */
color: #4591b7;
background-color: #4591b7;
/* Tailwind (arbitrary) */
class="text-[#4591b7] bg-[#4591b7]"
/* SCSS */
$brand: #4591b7;
/* SwiftUI */
Color(red: 0.271, green: 0.569, blue: 0.718)
/* Android */
Color.parseColor("#4591b7")Accessibility — WCAG contrast
Aa
#4591b7 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4591b7 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green56.9%
Blue71.8%
CMYK percentages
Cyan62.3%
Magenta20.8%
Yellow0.0%
Key (black)28.2%
Color previews
#4591b7 text on a black background
contrast 5.99:1
Card sample
#4591b7 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4591b7;
Background color
Panel with #4591b7 background
background-color: #4591b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4591b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 145, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 145, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4591b7; background: linear-gradient(135deg, #4591b7, #4545B7);