#204141
a deep, soft cyan · cool · closest name: darkslategray
RGB
32, 65, 65
HSL
180°, 34%, 19%
CMYK
51, 0, 0, 75
Luminance
0.0447
Every format
| HEX | #204141 |
| RGB | rgb(32, 65, 65) |
| HSL | hsl(180, 34%, 19%) |
| CMYK | cmyk(51%, 0%, 0%, 75%) |
| LAB | lab(25.2 -12.1 -3.8) |
| LCH | lch(25.2 12.6 197.3) |
| OKLCH | oklch(0.350 0.039 195.5) |
Copy-ready code
/* CSS */
color: #204141;
background-color: #204141;
/* Tailwind (arbitrary) */
class="text-[#204141] bg-[#204141]"
/* SCSS */
$brand: #204141;
/* SwiftUI */
Color(red: 0.125, green: 0.255, blue: 0.255)
/* Android */
Color.parseColor("#204141")Accessibility — WCAG contrast
Aa
#204141 on white: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#204141 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green25.5%
Blue25.5%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow0.0%
Key (black)74.5%
Color previews
#204141 text on a black background
contrast 1.89:1
Card sample
#204141 text on a white background
contrast 11.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #204141;
Background color
Panel with #204141 background
background-color: #204141;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #204141;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 65, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 65, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #204141; background: linear-gradient(135deg, #204141, #202B41);