#353550
a dark, soft blue · warm · closest name: darkslategray
RGB
53, 53, 80
HSL
240°, 20%, 26%
CMYK
34, 34, 0, 69
Luminance
0.0388
Every format
| HEX | #353550 |
| RGB | rgb(53, 53, 80) |
| HSL | hsl(240, 20%, 26%) |
| CMYK | cmyk(34%, 34%, 0%, 69%) |
| LAB | lab(23.3 7.3 -16.4) |
| LCH | lch(23.3 18.0 294.0) |
| OKLCH | oklch(0.341 0.047 283.6) |
Copy-ready code
/* CSS */
color: #353550;
background-color: #353550;
/* Tailwind (arbitrary) */
class="text-[#353550] bg-[#353550]"
/* SCSS */
$brand: #353550;
/* SwiftUI */
Color(red: 0.208, green: 0.208, blue: 0.314)
/* Android */
Color.parseColor("#353550")Accessibility — WCAG contrast
Aa
#353550 on white: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#353550 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green20.8%
Blue31.4%
CMYK percentages
Cyan33.7%
Magenta33.7%
Yellow0.0%
Key (black)68.6%
Color previews
#353550 text on a black background
contrast 1.78:1
Card sample
#353550 text on a white background
contrast 11.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #353550;
Background color
Panel with #353550 background
background-color: #353550;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #353550;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 53, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 53, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #353550; background: linear-gradient(135deg, #353550, #473550);