#20373c
a deep, soft cyan · cool · closest name: darkslategray
RGB
32, 55, 60
HSL
191°, 30%, 18%
CMYK
47, 8, 0, 77
Luminance
0.0337
Every format
| HEX | #20373c |
| RGB | rgb(32, 55, 60) |
| HSL | hsl(191, 30%, 18%) |
| CMYK | cmyk(47%, 8%, 0%, 77%) |
| LAB | lab(21.4 -7.4 -6.0) |
| LCH | lch(21.4 9.5 218.8) |
| OKLCH | oklch(0.320 0.030 212.9) |
Copy-ready code
/* CSS */
color: #20373c;
background-color: #20373c;
/* Tailwind (arbitrary) */
class="text-[#20373c] bg-[#20373c]"
/* SCSS */
$brand: #20373c;
/* SwiftUI */
Color(red: 0.125, green: 0.216, blue: 0.235)
/* Android */
Color.parseColor("#20373c")Accessibility — WCAG contrast
Aa
#20373c on white: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20373c on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green21.6%
Blue23.5%
CMYK percentages
Cyan46.7%
Magenta8.3%
Yellow0.0%
Key (black)76.5%
Color previews
#20373c text on a black background
contrast 1.67:1
Card sample
#20373c text on a white background
contrast 12.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20373c;
Background color
Panel with #20373c background
background-color: #20373c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20373c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 55, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 55, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20373c; background: linear-gradient(135deg, #20373c, #20243C);