#2c2c4e
a deep, soft blue · warm · closest name: darkslategray
RGB
44, 44, 78
HSL
240°, 28%, 24%
CMYK
44, 44, 0, 69
Luminance
0.0289
Every format
| HEX | #2c2c4e |
| RGB | rgb(44, 44, 78) |
| HSL | hsl(240, 28%, 24%) |
| CMYK | cmyk(44%, 44%, 0%, 69%) |
| LAB | lab(19.6 10.0 -20.9) |
| LCH | lch(19.6 23.2 295.4) |
| OKLCH | oklch(0.311 0.060 282.3) |
Copy-ready code
/* CSS */
color: #2c2c4e;
background-color: #2c2c4e;
/* Tailwind (arbitrary) */
class="text-[#2c2c4e] bg-[#2c2c4e]"
/* SCSS */
$brand: #2c2c4e;
/* SwiftUI */
Color(red: 0.173, green: 0.173, blue: 0.306)
/* Android */
Color.parseColor("#2c2c4e")Accessibility — WCAG contrast
Aa
#2c2c4e on white: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c2c4e on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green17.3%
Blue30.6%
CMYK percentages
Cyan43.6%
Magenta43.6%
Yellow0.0%
Key (black)69.4%
Color previews
#2c2c4e text on a black background
contrast 1.58:1
Card sample
#2c2c4e text on a white background
contrast 13.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c2c4e;
Background color
Panel with #2c2c4e background
background-color: #2c2c4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c2c4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 44, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 44, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c2c4e; background: linear-gradient(135deg, #2c2c4e, #432C4E);