#4580cd
a balanced, vivid blue · cool · closest name: steelblue
RGB
69, 128, 205
HSL
214°, 58%, 54%
CMYK
66, 38, 0, 20
Luminance
0.2111
Every format
| HEX | #4580cd |
| RGB | rgb(69, 128, 205) |
| HSL | hsl(214, 58%, 54%) |
| CMYK | cmyk(66%, 38%, 0%, 20%) |
| LAB | lab(53.1 5.5 -45.5) |
| LCH | lch(53.1 45.9 276.8) |
| OKLCH | oklch(0.597 0.133 255.9) |
Copy-ready code
/* CSS */
color: #4580cd;
background-color: #4580cd;
/* Tailwind (arbitrary) */
class="text-[#4580cd] bg-[#4580cd]"
/* SCSS */
$brand: #4580cd;
/* SwiftUI */
Color(red: 0.271, green: 0.502, blue: 0.804)
/* Android */
Color.parseColor("#4580cd")Accessibility — WCAG contrast
Aa
#4580cd on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4580cd on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green50.2%
Blue80.4%
CMYK percentages
Cyan66.3%
Magenta37.6%
Yellow0.0%
Key (black)19.6%
Color previews
#4580cd text on a black background
contrast 5.22:1
Card sample
#4580cd text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4580cd;
Background color
Panel with #4580cd background
background-color: #4580cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4580cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 128, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 128, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4580cd; background: linear-gradient(135deg, #4580cd, #6545CD);