#4584cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
69, 132, 207
HSL
213°, 59%, 54%
CMYK
67, 36, 0, 19
Luminance
0.2227
Every format
| HEX | #4584cf |
| RGB | rgb(69, 132, 207) |
| HSL | hsl(213, 59%, 54%) |
| CMYK | cmyk(67%, 36%, 0%, 19%) |
| LAB | lab(54.3 3.8 -44.7) |
| LCH | lch(54.3 44.8 274.8) |
| OKLCH | oklch(0.607 0.132 254.2) |
Copy-ready code
/* CSS */
color: #4584cf;
background-color: #4584cf;
/* Tailwind (arbitrary) */
class="text-[#4584cf] bg-[#4584cf]"
/* SCSS */
$brand: #4584cf;
/* SwiftUI */
Color(red: 0.271, green: 0.518, blue: 0.812)
/* Android */
Color.parseColor("#4584cf")Accessibility — WCAG contrast
Aa
#4584cf on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4584cf on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green51.8%
Blue81.2%
CMYK percentages
Cyan66.7%
Magenta36.2%
Yellow0.0%
Key (black)18.8%
Color previews
#4584cf text on a black background
contrast 5.45:1
Card sample
#4584cf text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4584cf;
Background color
Panel with #4584cf background
background-color: #4584cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4584cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 132, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 132, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4584cf; background: linear-gradient(135deg, #4584cf, #6245CF);