#2c3758
a dark, soft blue · warm · closest name: darkslategray
RGB
44, 55, 88
HSL
225°, 33%, 26%
CMYK
50, 38, 0, 66
Luminance
0.0397
Every format
| HEX | #2c3758 |
| RGB | rgb(44, 55, 88) |
| HSL | hsl(225, 33%, 26%) |
| CMYK | cmyk(50%, 38%, 0%, 66%) |
| LAB | lab(23.6 5.7 -21.3) |
| LCH | lch(23.6 22.1 284.9) |
| OKLCH | oklch(0.343 0.060 269.1) |
Copy-ready code
/* CSS */
color: #2c3758;
background-color: #2c3758;
/* Tailwind (arbitrary) */
class="text-[#2c3758] bg-[#2c3758]"
/* SCSS */
$brand: #2c3758;
/* SwiftUI */
Color(red: 0.173, green: 0.216, blue: 0.345)
/* Android */
Color.parseColor("#2c3758")Accessibility — WCAG contrast
Aa
#2c3758 on white: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c3758 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green21.6%
Blue34.5%
CMYK percentages
Cyan50.0%
Magenta37.5%
Yellow0.0%
Key (black)65.5%
Color previews
#2c3758 text on a black background
contrast 1.79:1
Card sample
#2c3758 text on a white background
contrast 11.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c3758;
Background color
Panel with #2c3758 background
background-color: #2c3758;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c3758;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 55, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 55, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c3758; background: linear-gradient(135deg, #2c3758, #3E2C58);