#293939
a deep, soft cyan · cool · closest name: darkslategray
RGB
41, 57, 57
HSL
180°, 16%, 19%
CMYK
28, 0, 0, 78
Luminance
0.0369
Every format
| HEX | #293939 |
| RGB | rgb(41, 57, 57) |
| HSL | hsl(180, 16%, 19%) |
| CMYK | cmyk(28%, 0%, 0%, 78%) |
| LAB | lab(22.6 -6.5 -2.1) |
| LCH | lch(22.6 6.8 198.2) |
| OKLCH | oklch(0.331 0.021 196.2) |
Copy-ready code
/* CSS */
color: #293939;
background-color: #293939;
/* Tailwind (arbitrary) */
class="text-[#293939] bg-[#293939]"
/* SCSS */
$brand: #293939;
/* SwiftUI */
Color(red: 0.161, green: 0.224, blue: 0.224)
/* Android */
Color.parseColor("#293939")Accessibility — WCAG contrast
Aa
#293939 on white: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293939 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green22.4%
Blue22.4%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow0.0%
Key (black)77.6%
Color previews
#293939 text on a black background
contrast 1.74:1
Card sample
#293939 text on a white background
contrast 12.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293939;
Background color
Panel with #293939 background
background-color: #293939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 57, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 57, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293939; background: linear-gradient(135deg, #293939, #292E39);