#293a3d
a deep, soft cyan · cool · closest name: darkslategray
RGB
41, 58, 61
HSL
189°, 20%, 20%
CMYK
33, 5, 0, 76
Luminance
0.0383
Every format
| HEX | #293a3d |
| RGB | rgb(41, 58, 61) |
| HSL | hsl(189, 20%, 20%) |
| CMYK | cmyk(33%, 5%, 0%, 76%) |
| LAB | lab(23.1 -6.0 -4.1) |
| LCH | lch(23.1 7.3 214.3) |
| OKLCH | oklch(0.335 0.023 209.6) |
Copy-ready code
/* CSS */
color: #293a3d;
background-color: #293a3d;
/* Tailwind (arbitrary) */
class="text-[#293a3d] bg-[#293a3d]"
/* SCSS */
$brand: #293a3d;
/* SwiftUI */
Color(red: 0.161, green: 0.227, blue: 0.239)
/* Android */
Color.parseColor("#293a3d")Accessibility — WCAG contrast
Aa
#293a3d on white: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293a3d on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green22.7%
Blue23.9%
CMYK percentages
Cyan32.8%
Magenta4.9%
Yellow0.0%
Key (black)76.1%
Color previews
#293a3d text on a black background
contrast 1.77:1
Card sample
#293a3d text on a white background
contrast 11.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293a3d;
Background color
Panel with #293a3d background
background-color: #293a3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293a3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 58, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 58, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293a3d; background: linear-gradient(135deg, #293a3d, #292D3D);