#4591ce
a balanced, vivid blue · cool · closest name: steelblue
RGB
69, 145, 206
HSL
207°, 58%, 54%
CMYK
67, 30, 0, 19
Luminance
0.2597
Every format
| HEX | #4591ce |
| RGB | rgb(69, 145, 206) |
| HSL | hsl(207, 58%, 54%) |
| CMYK | cmyk(67%, 30%, 0%, 19%) |
| LAB | lab(58.0 -4.2 -38.3) |
| LCH | lch(58.0 38.5 263.7) |
| OKLCH | oklch(0.635 0.119 245.5) |
Copy-ready code
/* CSS */
color: #4591ce;
background-color: #4591ce;
/* Tailwind (arbitrary) */
class="text-[#4591ce] bg-[#4591ce]"
/* SCSS */
$brand: #4591ce;
/* SwiftUI */
Color(red: 0.271, green: 0.569, blue: 0.808)
/* Android */
Color.parseColor("#4591ce")Accessibility — WCAG contrast
Aa
#4591ce on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4591ce on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green56.9%
Blue80.8%
CMYK percentages
Cyan66.5%
Magenta29.6%
Yellow0.0%
Key (black)19.2%
Color previews
#4591ce text on a black background
contrast 6.19:1
Card sample
#4591ce text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4591ce;
Background color
Panel with #4591ce background
background-color: #4591ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4591ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 145, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 145, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4591ce; background: linear-gradient(135deg, #4591ce, #5445CE);