#2c536f
a dark, soft blue · cool · closest name: darkslategray
RGB
44, 83, 111
HSL
205°, 43%, 30%
CMYK
60, 25, 0, 57
Luminance
0.0787
Every format
| HEX | #2c536f |
| RGB | rgb(44, 83, 111) |
| HSL | hsl(205, 43%, 30%) |
| CMYK | cmyk(60%, 25%, 0%, 57%) |
| LAB | lab(33.7 -4.7 -20.2) |
| LCH | lch(33.7 20.8 257.0) |
| OKLCH | oklch(0.426 0.064 241.6) |
Copy-ready code
/* CSS */
color: #2c536f;
background-color: #2c536f;
/* Tailwind (arbitrary) */
class="text-[#2c536f] bg-[#2c536f]"
/* SCSS */
$brand: #2c536f;
/* SwiftUI */
Color(red: 0.173, green: 0.325, blue: 0.435)
/* Android */
Color.parseColor("#2c536f")Accessibility — WCAG contrast
Aa
#2c536f on white: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c536f on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green32.5%
Blue43.5%
CMYK percentages
Cyan60.4%
Magenta25.2%
Yellow0.0%
Key (black)56.5%
Color previews
#2c536f text on a black background
contrast 2.57:1
Card sample
#2c536f text on a white background
contrast 8.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c536f;
Background color
Panel with #2c536f background
background-color: #2c536f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c536f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 83, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 83, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c536f; background: linear-gradient(135deg, #2c536f, #322C6F);