#4584a2
a balanced, soft cyan · cool · closest name: steelblue
RGB
69, 132, 162
HSL
199°, 40%, 45%
CMYK
57, 19, 0, 37
Luminance
0.2038
Every format
| HEX | #4584a2 |
| RGB | rgb(69, 132, 162) |
| HSL | hsl(199, 40%, 45%) |
| CMYK | cmyk(57%, 19%, 0%, 37%) |
| LAB | lab(52.3 -11.3 -22.1) |
| LCH | lch(52.3 24.8 243.0) |
| OKLCH | oklch(0.584 0.080 230.9) |
Copy-ready code
/* CSS */
color: #4584a2;
background-color: #4584a2;
/* Tailwind (arbitrary) */
class="text-[#4584a2] bg-[#4584a2]"
/* SCSS */
$brand: #4584a2;
/* SwiftUI */
Color(red: 0.271, green: 0.518, blue: 0.635)
/* Android */
Color.parseColor("#4584a2")Accessibility — WCAG contrast
Aa
#4584a2 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4584a2 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green51.8%
Blue63.5%
CMYK percentages
Cyan57.4%
Magenta18.5%
Yellow0.0%
Key (black)36.5%
Color previews
#4584a2 text on a black background
contrast 5.08:1
Card sample
#4584a2 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4584a2;
Background color
Panel with #4584a2 background
background-color: #4584a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4584a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 132, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 132, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4584a2; background: linear-gradient(135deg, #4584a2, #4546A2);