#20393d
a deep, soft cyan · cool · closest name: darkslategray
RGB
32, 57, 61
HSL
188°, 31%, 18%
CMYK
48, 7, 0, 76
Luminance
0.0357
Every format
| HEX | #20393d |
| RGB | rgb(32, 57, 61) |
| HSL | hsl(188, 31%, 18%) |
| CMYK | cmyk(48%, 7%, 0%, 76%) |
| LAB | lab(22.2 -8.4 -5.5) |
| LCH | lch(22.2 10.0 213.4) |
| OKLCH | oklch(0.326 0.032 208.6) |
Copy-ready code
/* CSS */
color: #20393d;
background-color: #20393d;
/* Tailwind (arbitrary) */
class="text-[#20393d] bg-[#20393d]"
/* SCSS */
$brand: #20393d;
/* SwiftUI */
Color(red: 0.125, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#20393d")Accessibility — WCAG contrast
Aa
#20393d on white: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20393d on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green22.4%
Blue23.9%
CMYK percentages
Cyan47.5%
Magenta6.6%
Yellow0.0%
Key (black)76.1%
Color previews
#20393d text on a black background
contrast 1.71:1
Card sample
#20393d text on a white background
contrast 12.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20393d;
Background color
Panel with #20393d background
background-color: #20393d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20393d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 57, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 57, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20393d; background: linear-gradient(135deg, #20393d, #20263D);