#365f7a
a dark, soft blue · cool · closest name: darkslategray
RGB
54, 95, 122
HSL
204°, 39%, 35%
CMYK
56, 22, 0, 52
Luminance
0.1037
Every format
| HEX | #365f7a |
| RGB | rgb(54, 95, 122) |
| HSL | hsl(204, 39%, 35%) |
| CMYK | cmyk(56%, 22%, 0%, 52%) |
| LAB | lab(38.5 -6.0 -19.6) |
| LCH | lch(38.5 20.5 253.0) |
| OKLCH | oklch(0.467 0.064 239.0) |
Copy-ready code
/* CSS */
color: #365f7a;
background-color: #365f7a;
/* Tailwind (arbitrary) */
class="text-[#365f7a] bg-[#365f7a]"
/* SCSS */
$brand: #365f7a;
/* SwiftUI */
Color(red: 0.212, green: 0.373, blue: 0.478)
/* Android */
Color.parseColor("#365f7a")Accessibility — WCAG contrast
Aa
#365f7a on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#365f7a on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green37.3%
Blue47.8%
CMYK percentages
Cyan55.7%
Magenta22.1%
Yellow0.0%
Key (black)52.2%
Color previews
#365f7a text on a black background
contrast 3.07:1
Card sample
#365f7a text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #365f7a;
Background color
Panel with #365f7a background
background-color: #365f7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #365f7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 95, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 95, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #365f7a; background: linear-gradient(135deg, #365f7a, #3A367A);