#36968d
a dark, vivid cyan · cool · closest name: teal
RGB
54, 150, 141
HSL
174°, 47%, 40%
CMYK
64, 0, 6, 41
Luminance
0.2452
Every format
| HEX | #36968d |
| RGB | rgb(54, 150, 141) |
| HSL | hsl(174, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 6%, 41%) |
| LAB | lab(56.6 -29.9 -3.5) |
| LCH | lch(56.6 30.2 186.7) |
| OKLCH | oklch(0.615 0.090 186.4) |
Copy-ready code
/* CSS */
color: #36968d;
background-color: #36968d;
/* Tailwind (arbitrary) */
class="text-[#36968d] bg-[#36968d]"
/* SCSS */
$brand: #36968d;
/* SwiftUI */
Color(red: 0.212, green: 0.588, blue: 0.553)
/* Android */
Color.parseColor("#36968d")Accessibility — WCAG contrast
Aa
#36968d on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36968d on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.8%
Blue55.3%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow6.0%
Key (black)41.2%
Color previews
#36968d text on a black background
contrast 5.90:1
Card sample
#36968d text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36968d;
Background color
Panel with #36968d background
background-color: #36968d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36968d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 150, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 150, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36968d; background: linear-gradient(135deg, #36968d, #365F96);