#2c366c
a dark, soft blue · warm · closest name: midnightblue
RGB
44, 54, 108
HSL
231°, 42%, 30%
CMYK
59, 50, 0, 58
Luminance
0.0426
Every format
| HEX | #2c366c |
| RGB | rgb(44, 54, 108) |
| HSL | hsl(231, 42%, 30%) |
| CMYK | cmyk(59%, 50%, 0%, 58%) |
| LAB | lab(24.5 13.6 -32.9) |
| LCH | lch(24.5 35.5 292.4) |
| OKLCH | oklch(0.354 0.094 272.8) |
Copy-ready code
/* CSS */
color: #2c366c;
background-color: #2c366c;
/* Tailwind (arbitrary) */
class="text-[#2c366c] bg-[#2c366c]"
/* SCSS */
$brand: #2c366c;
/* SwiftUI */
Color(red: 0.173, green: 0.212, blue: 0.424)
/* Android */
Color.parseColor("#2c366c")Accessibility — WCAG contrast
Aa
#2c366c on white: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c366c on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green21.2%
Blue42.4%
CMYK percentages
Cyan59.3%
Magenta50.0%
Yellow0.0%
Key (black)57.6%
Color previews
#2c366c text on a black background
contrast 1.85:1
Card sample
#2c366c text on a white background
contrast 11.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c366c;
Background color
Panel with #2c366c background
background-color: #2c366c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c366c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 54, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 54, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c366c; background: linear-gradient(135deg, #2c366c, #4D2C6C);