#4591c3
a balanced, vivid blue · cool · closest name: steelblue
RGB
69, 145, 195
HSL
204°, 51%, 52%
CMYK
65, 26, 0, 24
Luminance
0.2546
Every format
| HEX | #4591c3 |
| RGB | rgb(69, 145, 195) |
| HSL | hsl(204, 51%, 52%) |
| CMYK | cmyk(65%, 26%, 0%, 24%) |
| LAB | lab(57.5 -7.9 -32.9) |
| LCH | lch(57.5 33.8 256.5) |
| OKLCH | oklch(0.630 0.106 240.3) |
Copy-ready code
/* CSS */
color: #4591c3;
background-color: #4591c3;
/* Tailwind (arbitrary) */
class="text-[#4591c3] bg-[#4591c3]"
/* SCSS */
$brand: #4591c3;
/* SwiftUI */
Color(red: 0.271, green: 0.569, blue: 0.765)
/* Android */
Color.parseColor("#4591c3")Accessibility — WCAG contrast
Aa
#4591c3 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4591c3 on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green56.9%
Blue76.5%
CMYK percentages
Cyan64.6%
Magenta25.6%
Yellow0.0%
Key (black)23.5%
Color previews
#4591c3 text on a black background
contrast 6.09:1
Card sample
#4591c3 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4591c3;
Background color
Panel with #4591c3 background
background-color: #4591c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4591c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 145, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 145, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4591c3; background: linear-gradient(135deg, #4591c3, #4D45C3);