#36977f
a dark, vivid cyan · cool · closest name: teal
RGB
54, 151, 127
HSL
165°, 47%, 40%
CMYK
64, 0, 16, 41
Luminance
0.2445
Every format
| HEX | #36977f |
| RGB | rgb(54, 151, 127) |
| HSL | hsl(165, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 16%, 41%) |
| LAB | lab(56.5 -34.2 4.4) |
| LCH | lch(56.5 34.5 172.7) |
| OKLCH | oklch(0.613 0.098 173.5) |
Copy-ready code
/* CSS */
color: #36977f;
background-color: #36977f;
/* Tailwind (arbitrary) */
class="text-[#36977f] bg-[#36977f]"
/* SCSS */
$brand: #36977f;
/* SwiftUI */
Color(red: 0.212, green: 0.592, blue: 0.498)
/* Android */
Color.parseColor("#36977f")Accessibility — WCAG contrast
Aa
#36977f on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36977f on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green59.2%
Blue49.8%
CMYK percentages
Cyan64.2%
Magenta0.0%
Yellow15.9%
Key (black)40.8%
Color previews
#36977f text on a black background
contrast 5.89:1
Card sample
#36977f text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36977f;
Background color
Panel with #36977f background
background-color: #36977f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36977f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 151, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 151, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36977f; background: linear-gradient(135deg, #36977f, #366E97);