#376f6a
a dark, soft cyan · cool · closest name: teal
RGB
55, 111, 106
HSL
175°, 34%, 33%
CMYK
51, 0, 5, 57
Luminance
0.1322
Every format
| HEX | #376f6a |
| RGB | rgb(55, 111, 106) |
| HSL | hsl(175, 34%, 33%) |
| CMYK | cmyk(51%, 0%, 5%, 57%) |
| LAB | lab(43.1 -19.8 -2.9) |
| LCH | lch(43.1 20.0 188.4) |
| OKLCH | oklch(0.502 0.060 187.8) |
Copy-ready code
/* CSS */
color: #376f6a;
background-color: #376f6a;
/* Tailwind (arbitrary) */
class="text-[#376f6a] bg-[#376f6a]"
/* SCSS */
$brand: #376f6a;
/* SwiftUI */
Color(red: 0.216, green: 0.435, blue: 0.416)
/* Android */
Color.parseColor("#376f6a")Accessibility — WCAG contrast
Aa
#376f6a on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#376f6a on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green43.5%
Blue41.6%
CMYK percentages
Cyan50.5%
Magenta0.0%
Yellow4.5%
Key (black)56.5%
Color previews
#376f6a text on a black background
contrast 3.64:1
Card sample
#376f6a text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #376f6a;
Background color
Panel with #376f6a background
background-color: #376f6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #376f6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 111, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 111, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #376f6a; background: linear-gradient(135deg, #376f6a, #374F6F);