#36454f
a dark, soft blue · cool · closest name: darkslategray
RGB
54, 69, 79
HSL
204°, 19%, 26%
CMYK
32, 13, 0, 69
Luminance
0.0561
Every format
| HEX | #36454f |
| RGB | rgb(54, 69, 79) |
| HSL | hsl(204, 19%, 26%) |
| CMYK | cmyk(32%, 13%, 0%, 69%) |
| LAB | lab(28.4 -3.3 -8.0) |
| LCH | lch(28.4 8.6 247.8) |
| OKLCH | oklch(0.381 0.026 237.5) |
Copy-ready code
/* CSS */
color: #36454f;
background-color: #36454f;
/* Tailwind (arbitrary) */
class="text-[#36454f] bg-[#36454f]"
/* SCSS */
$brand: #36454f;
/* SwiftUI */
Color(red: 0.212, green: 0.271, blue: 0.310)
/* Android */
Color.parseColor("#36454f")Accessibility — WCAG contrast
Aa
#36454f on white: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#36454f on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green27.1%
Blue31.0%
CMYK percentages
Cyan31.6%
Magenta12.7%
Yellow0.0%
Key (black)69.0%
Color previews
#36454f text on a black background
contrast 2.12:1
Card sample
#36454f text on a white background
contrast 9.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36454f;
Background color
Panel with #36454f background
background-color: #36454f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36454f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 69, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 69, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36454f; background: linear-gradient(135deg, #36454f, #38364F);