#36978f
a dark, vivid cyan · cool · closest name: teal
RGB
54, 151, 143
HSL
175°, 47%, 40%
CMYK
64, 0, 5, 41
Luminance
0.2490
Every format
| HEX | #36978f |
| RGB | rgb(54, 151, 143) |
| HSL | hsl(175, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 5%, 41%) |
| LAB | lab(57.0 -29.9 -4.1) |
| LCH | lch(57.0 30.1 187.9) |
| OKLCH | oklch(0.618 0.090 187.4) |
Copy-ready code
/* CSS */
color: #36978f;
background-color: #36978f;
/* Tailwind (arbitrary) */
class="text-[#36978f] bg-[#36978f]"
/* SCSS */
$brand: #36978f;
/* SwiftUI */
Color(red: 0.212, green: 0.592, blue: 0.561)
/* Android */
Color.parseColor("#36978f")Accessibility — WCAG contrast
Aa
#36978f on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36978f on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green59.2%
Blue56.1%
CMYK percentages
Cyan64.2%
Magenta0.0%
Yellow5.3%
Key (black)40.8%
Color previews
#36978f text on a black background
contrast 5.98:1
Card sample
#36978f text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36978f;
Background color
Panel with #36978f background
background-color: #36978f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36978f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 151, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 151, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36978f; background: linear-gradient(135deg, #36978f, #365E97);