#293133
a deep, muted cyan · cool · closest name: darkslategray
RGB
41, 49, 51
HSL
192°, 11%, 18%
CMYK
20, 4, 0, 80
Luminance
0.0291
Every format
| HEX | #293133 |
| RGB | rgb(41, 49, 51) |
| HSL | hsl(192, 11%, 18%) |
| CMYK | cmyk(20%, 4%, 0%, 80%) |
| LAB | lab(19.7 -2.9 -2.4) |
| LCH | lch(19.7 3.8 220.1) |
| OKLCH | oklch(0.306 0.012 214.5) |
Copy-ready code
/* CSS */
color: #293133;
background-color: #293133;
/* Tailwind (arbitrary) */
class="text-[#293133] bg-[#293133]"
/* SCSS */
$brand: #293133;
/* SwiftUI */
Color(red: 0.161, green: 0.192, blue: 0.200)
/* Android */
Color.parseColor("#293133")Accessibility — WCAG contrast
Aa
#293133 on white: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293133 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green19.2%
Blue20.0%
CMYK percentages
Cyan19.6%
Magenta3.9%
Yellow0.0%
Key (black)80.0%
Color previews
#293133 text on a black background
contrast 1.58:1
Card sample
#293133 text on a white background
contrast 13.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293133;
Background color
Panel with #293133 background
background-color: #293133;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293133;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 49, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 49, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293133; background: linear-gradient(135deg, #293133, #292A33);