#4591cd
a balanced, vivid blue · cool · closest name: steelblue
RGB
69, 145, 205
HSL
207°, 58%, 54%
CMYK
66, 29, 0, 20
Luminance
0.2592
Every format
| HEX | #4591cd |
| RGB | rgb(69, 145, 205) |
| HSL | hsl(207, 58%, 54%) |
| CMYK | cmyk(66%, 29%, 0%, 20%) |
| LAB | lab(58.0 -4.6 -37.8) |
| LCH | lch(58.0 38.1 263.1) |
| OKLCH | oklch(0.635 0.118 245.1) |
Copy-ready code
/* CSS */
color: #4591cd;
background-color: #4591cd;
/* Tailwind (arbitrary) */
class="text-[#4591cd] bg-[#4591cd]"
/* SCSS */
$brand: #4591cd;
/* SwiftUI */
Color(red: 0.271, green: 0.569, blue: 0.804)
/* Android */
Color.parseColor("#4591cd")Accessibility — WCAG contrast
Aa
#4591cd on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4591cd on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green56.9%
Blue80.4%
CMYK percentages
Cyan66.3%
Magenta29.3%
Yellow0.0%
Key (black)19.6%
Color previews
#4591cd text on a black background
contrast 6.18:1
Card sample
#4591cd text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4591cd;
Background color
Panel with #4591cd background
background-color: #4591cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4591cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 145, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 145, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4591cd; background: linear-gradient(135deg, #4591cd, #5445CD);