#4591ad
a balanced, soft cyan · cool · closest name: steelblue
RGB
69, 145, 173
HSL
196°, 43%, 48%
CMYK
60, 16, 0, 32
Luminance
0.2453
Every format
| HEX | #4591ad |
| RGB | rgb(69, 145, 173) |
| HSL | hsl(196, 43%, 48%) |
| CMYK | cmyk(60%, 16%, 0%, 32%) |
| LAB | lab(56.6 -15.0 -21.8) |
| LCH | lch(56.6 26.4 235.4) |
| OKLCH | oklch(0.620 0.086 225.0) |
Copy-ready code
/* CSS */
color: #4591ad;
background-color: #4591ad;
/* Tailwind (arbitrary) */
class="text-[#4591ad] bg-[#4591ad]"
/* SCSS */
$brand: #4591ad;
/* SwiftUI */
Color(red: 0.271, green: 0.569, blue: 0.678)
/* Android */
Color.parseColor("#4591ad")Accessibility — WCAG contrast
Aa
#4591ad on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4591ad on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green56.9%
Blue67.8%
CMYK percentages
Cyan60.1%
Magenta16.2%
Yellow0.0%
Key (black)32.2%
Color previews
#4591ad text on a black background
contrast 5.91:1
Card sample
#4591ad text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4591ad;
Background color
Panel with #4591ad background
background-color: #4591ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4591ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 145, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 145, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4591ad; background: linear-gradient(135deg, #4591ad, #454CAD);