#377796
a dark, vivid cyan · cool · closest name: steelblue
RGB
55, 119, 150
HSL
200°, 46%, 40%
CMYK
63, 21, 0, 41
Luminance
0.1621
Every format
| HEX | #377796 |
| RGB | rgb(55, 119, 150) |
| HSL | hsl(200, 46%, 40%) |
| CMYK | cmyk(63%, 21%, 0%, 41%) |
| LAB | lab(47.2 -10.6 -22.9) |
| LCH | lch(47.2 25.2 245.2) |
| OKLCH | oklch(0.541 0.081 232.0) |
Copy-ready code
/* CSS */
color: #377796;
background-color: #377796;
/* Tailwind (arbitrary) */
class="text-[#377796] bg-[#377796]"
/* SCSS */
$brand: #377796;
/* SwiftUI */
Color(red: 0.216, green: 0.467, blue: 0.588)
/* Android */
Color.parseColor("#377796")Accessibility — WCAG contrast
Aa
#377796 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#377796 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green46.7%
Blue58.8%
CMYK percentages
Cyan63.3%
Magenta20.7%
Yellow0.0%
Key (black)41.2%
Color previews
#377796 text on a black background
contrast 4.24:1
Card sample
#377796 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #377796;
Background color
Panel with #377796 background
background-color: #377796;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #377796;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 119, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 119, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #377796; background: linear-gradient(135deg, #377796, #373896);