#365b6d
a dark, soft cyan · cool · closest name: darkslategray
RGB
54, 91, 109
HSL
200°, 34%, 32%
CMYK
51, 17, 0, 57
Luminance
0.0937
Every format
| HEX | #365b6d |
| RGB | rgb(54, 91, 109) |
| HSL | hsl(200, 34%, 32%) |
| CMYK | cmyk(51%, 17%, 0%, 57%) |
| LAB | lab(36.7 -7.8 -14.4) |
| LCH | lch(36.7 16.3 241.6) |
| OKLCH | oklch(0.451 0.052 230.5) |
Copy-ready code
/* CSS */
color: #365b6d;
background-color: #365b6d;
/* Tailwind (arbitrary) */
class="text-[#365b6d] bg-[#365b6d]"
/* SCSS */
$brand: #365b6d;
/* SwiftUI */
Color(red: 0.212, green: 0.357, blue: 0.427)
/* Android */
Color.parseColor("#365b6d")Accessibility — WCAG contrast
Aa
#365b6d on white: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#365b6d on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green35.7%
Blue42.7%
CMYK percentages
Cyan50.5%
Magenta16.5%
Yellow0.0%
Key (black)57.3%
Color previews
#365b6d text on a black background
contrast 2.87:1
Card sample
#365b6d text on a white background
contrast 7.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #365b6d;
Background color
Panel with #365b6d background
background-color: #365b6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #365b6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 91, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 91, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #365b6d; background: linear-gradient(135deg, #365b6d, #36366D);