#2c3359
a dark, soft blue · warm · closest name: darkslategray
RGB
44, 51, 89
HSL
231°, 34%, 26%
CMYK
51, 43, 0, 65
Luminance
0.0362
Every format
| HEX | #2c3359 |
| RGB | rgb(44, 51, 89) |
| HSL | hsl(231, 34%, 26%) |
| CMYK | cmyk(51%, 43%, 0%, 65%) |
| LAB | lab(22.4 8.8 -23.9) |
| LCH | lch(22.4 25.4 290.3) |
| OKLCH | oklch(0.334 0.068 274.3) |
Copy-ready code
/* CSS */
color: #2c3359;
background-color: #2c3359;
/* Tailwind (arbitrary) */
class="text-[#2c3359] bg-[#2c3359]"
/* SCSS */
$brand: #2c3359;
/* SwiftUI */
Color(red: 0.173, green: 0.200, blue: 0.349)
/* Android */
Color.parseColor("#2c3359")Accessibility — WCAG contrast
Aa
#2c3359 on white: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c3359 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green20.0%
Blue34.9%
CMYK percentages
Cyan50.6%
Magenta42.7%
Yellow0.0%
Key (black)65.1%
Color previews
#2c3359 text on a black background
contrast 1.72:1
Card sample
#2c3359 text on a white background
contrast 12.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c3359;
Background color
Panel with #2c3359 background
background-color: #2c3359;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c3359;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 51, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 51, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c3359; background: linear-gradient(135deg, #2c3359, #432C59);