#354549
a deep, soft cyan · cool · closest name: darkslategray
RGB
53, 69, 73
HSL
192°, 16%, 25%
CMYK
27, 6, 0, 71
Luminance
0.0549
Every format
| HEX | #354549 |
| RGB | rgb(53, 69, 73) |
| HSL | hsl(192, 16%, 25%) |
| CMYK | cmyk(27%, 6%, 0%, 71%) |
| LAB | lab(28.1 -5.3 -4.5) |
| LCH | lch(28.1 6.9 220.5) |
| OKLCH | oklch(0.378 0.021 214.7) |
Copy-ready code
/* CSS */
color: #354549;
background-color: #354549;
/* Tailwind (arbitrary) */
class="text-[#354549] bg-[#354549]"
/* SCSS */
$brand: #354549;
/* SwiftUI */
Color(red: 0.208, green: 0.271, blue: 0.286)
/* Android */
Color.parseColor("#354549")Accessibility — WCAG contrast
Aa
#354549 on white: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#354549 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green27.1%
Blue28.6%
CMYK percentages
Cyan27.4%
Magenta5.5%
Yellow0.0%
Key (black)71.4%
Color previews
#354549 text on a black background
contrast 2.10:1
Card sample
#354549 text on a white background
contrast 10.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #354549;
Background color
Panel with #354549 background
background-color: #354549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #354549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 69, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 69, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #354549; background: linear-gradient(135deg, #354549, #353849);