#36917f
a dark, vivid cyan · cool · closest name: teal
RGB
54, 145, 127
HSL
168°, 46%, 39%
CMYK
63, 0, 12, 43
Luminance
0.2257
Every format
| HEX | #36917f |
| RGB | rgb(54, 145, 127) |
| HSL | hsl(168, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 12%, 43%) |
| LAB | lab(54.6 -31.4 1.6) |
| LCH | lch(54.6 31.4 177.1) |
| OKLCH | oklch(0.597 0.090 177.6) |
Copy-ready code
/* CSS */
color: #36917f;
background-color: #36917f;
/* Tailwind (arbitrary) */
class="text-[#36917f] bg-[#36917f]"
/* SCSS */
$brand: #36917f;
/* SwiftUI */
Color(red: 0.212, green: 0.569, blue: 0.498)
/* Android */
Color.parseColor("#36917f")Accessibility — WCAG contrast
Aa
#36917f on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36917f on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.9%
Blue49.8%
CMYK percentages
Cyan62.8%
Magenta0.0%
Yellow12.4%
Key (black)43.1%
Color previews
#36917f text on a black background
contrast 5.51:1
Card sample
#36917f text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36917f;
Background color
Panel with #36917f background
background-color: #36917f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36917f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 145, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 145, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36917f; background: linear-gradient(135deg, #36917f, #366691);