#2c587a
a dark, vivid blue · cool · closest name: steelblue
RGB
44, 88, 122
HSL
206°, 47%, 33%
CMYK
64, 28, 0, 52
Luminance
0.0892
Every format
| HEX | #2c587a |
| RGB | rgb(44, 88, 122) |
| HSL | hsl(206, 47%, 33%) |
| CMYK | cmyk(64%, 28%, 0%, 52%) |
| LAB | lab(35.8 -3.9 -23.8) |
| LCH | lch(35.8 24.1 260.7) |
| OKLCH | oklch(0.445 0.074 243.9) |
Copy-ready code
/* CSS */
color: #2c587a;
background-color: #2c587a;
/* Tailwind (arbitrary) */
class="text-[#2c587a] bg-[#2c587a]"
/* SCSS */
$brand: #2c587a;
/* SwiftUI */
Color(red: 0.173, green: 0.345, blue: 0.478)
/* Android */
Color.parseColor("#2c587a")Accessibility — WCAG contrast
Aa
#2c587a on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c587a on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green34.5%
Blue47.8%
CMYK percentages
Cyan63.9%
Magenta27.9%
Yellow0.0%
Key (black)52.2%
Color previews
#2c587a text on a black background
contrast 2.78:1
Card sample
#2c587a text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c587a;
Background color
Panel with #2c587a background
background-color: #2c587a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c587a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 88, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 88, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c587a; background: linear-gradient(135deg, #2c587a, #342C7A);