#365c6d
a dark, soft cyan · cool · closest name: darkslategray
RGB
54, 92, 109
HSL
199°, 34%, 32%
CMYK
51, 16, 0, 57
Luminance
0.0954
Every format
| HEX | #365c6d |
| RGB | rgb(54, 92, 109) |
| HSL | hsl(199, 34%, 32%) |
| CMYK | cmyk(51%, 16%, 0%, 57%) |
| LAB | lab(37.0 -8.4 -13.9) |
| LCH | lch(37.0 16.2 238.9) |
| OKLCH | oklch(0.454 0.051 228.4) |
Copy-ready code
/* CSS */
color: #365c6d;
background-color: #365c6d;
/* Tailwind (arbitrary) */
class="text-[#365c6d] bg-[#365c6d]"
/* SCSS */
$brand: #365c6d;
/* SwiftUI */
Color(red: 0.212, green: 0.361, blue: 0.427)
/* Android */
Color.parseColor("#365c6d")Accessibility — WCAG contrast
Aa
#365c6d on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#365c6d on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green36.1%
Blue42.7%
CMYK percentages
Cyan50.5%
Magenta15.6%
Yellow0.0%
Key (black)57.3%
Color previews
#365c6d text on a black background
contrast 2.91:1
Card sample
#365c6d text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #365c6d;
Background color
Panel with #365c6d background
background-color: #365c6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #365c6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 92, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 92, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #365c6d; background: linear-gradient(135deg, #365c6d, #36376D);