#364c6d
a dark, soft blue · cool · closest name: darkslategray
RGB
54, 76, 109
HSL
216°, 34%, 32%
CMYK
51, 30, 0, 57
Luminance
0.0706
Every format
| HEX | #364c6d |
| RGB | rgb(54, 76, 109) |
| HSL | hsl(216, 34%, 32%) |
| CMYK | cmyk(51%, 30%, 0%, 57%) |
| LAB | lab(31.9 1.6 -21.7) |
| LCH | lch(31.9 21.8 274.2) |
| OKLCH | oklch(0.414 0.062 258.3) |
Copy-ready code
/* CSS */
color: #364c6d;
background-color: #364c6d;
/* Tailwind (arbitrary) */
class="text-[#364c6d] bg-[#364c6d]"
/* SCSS */
$brand: #364c6d;
/* SwiftUI */
Color(red: 0.212, green: 0.298, blue: 0.427)
/* Android */
Color.parseColor("#364c6d")Accessibility — WCAG contrast
Aa
#364c6d on white: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#364c6d on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green29.8%
Blue42.7%
CMYK percentages
Cyan50.5%
Magenta30.3%
Yellow0.0%
Key (black)57.3%
Color previews
#364c6d text on a black background
contrast 2.41:1
Card sample
#364c6d text on a white background
contrast 8.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #364c6d;
Background color
Panel with #364c6d background
background-color: #364c6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #364c6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 76, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 76, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #364c6d; background: linear-gradient(135deg, #364c6d, #45366D);