#2c5989
a dark, vivid blue · cool · closest name: steelblue
RGB
44, 89, 137
HSL
211°, 51%, 36%
CMYK
68, 35, 0, 46
Luminance
0.0949
Every format
| HEX | #2c5989 |
| RGB | rgb(44, 89, 137) |
| HSL | hsl(211, 51%, 36%) |
| CMYK | cmyk(68%, 35%, 0%, 46%) |
| LAB | lab(36.9 0.9 -31.3) |
| LCH | lch(36.9 31.3 271.7) |
| OKLCH | oklch(0.456 0.093 251.9) |
Copy-ready code
/* CSS */
color: #2c5989;
background-color: #2c5989;
/* Tailwind (arbitrary) */
class="text-[#2c5989] bg-[#2c5989]"
/* SCSS */
$brand: #2c5989;
/* SwiftUI */
Color(red: 0.173, green: 0.349, blue: 0.537)
/* Android */
Color.parseColor("#2c5989")Accessibility — WCAG contrast
Aa
#2c5989 on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c5989 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green34.9%
Blue53.7%
CMYK percentages
Cyan67.9%
Magenta35.0%
Yellow0.0%
Key (black)46.3%
Color previews
#2c5989 text on a black background
contrast 2.90:1
Card sample
#2c5989 text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c5989;
Background color
Panel with #2c5989 background
background-color: #2c5989;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c5989;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 89, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 89, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c5989; background: linear-gradient(135deg, #2c5989, #3D2C89);