#2c5f8a
a dark, vivid blue · cool · closest name: steelblue
RGB
44, 95, 138
HSL
207°, 52%, 36%
CMYK
68, 31, 0, 46
Luminance
0.1055
Every format
| HEX | #2c5f8a |
| RGB | rgb(44, 95, 138) |
| HSL | hsl(207, 52%, 36%) |
| CMYK | cmyk(68%, 31%, 0%, 46%) |
| LAB | lab(38.8 -2.5 -28.9) |
| LCH | lch(38.8 29.0 265.1) |
| OKLCH | oklch(0.471 0.089 246.6) |
Copy-ready code
/* CSS */
color: #2c5f8a;
background-color: #2c5f8a;
/* Tailwind (arbitrary) */
class="text-[#2c5f8a] bg-[#2c5f8a]"
/* SCSS */
$brand: #2c5f8a;
/* SwiftUI */
Color(red: 0.173, green: 0.373, blue: 0.541)
/* Android */
Color.parseColor("#2c5f8a")Accessibility — WCAG contrast
Aa
#2c5f8a on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c5f8a on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green37.3%
Blue54.1%
CMYK percentages
Cyan68.1%
Magenta31.2%
Yellow0.0%
Key (black)45.9%
Color previews
#2c5f8a text on a black background
contrast 3.11:1
Card sample
#2c5f8a text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c5f8a;
Background color
Panel with #2c5f8a background
background-color: #2c5f8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c5f8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 95, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 95, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c5f8a; background: linear-gradient(135deg, #2c5f8a, #382C8A);