#369686
a dark, vivid cyan · cool · closest name: teal
RGB
54, 150, 134
HSL
170°, 47%, 40%
CMYK
64, 0, 11, 41
Luminance
0.2432
Every format
| HEX | #369686 |
| RGB | rgb(54, 150, 134) |
| HSL | hsl(170, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 11%, 41%) |
| LAB | lab(56.4 -31.9 0.2) |
| LCH | lch(56.4 31.9 179.7) |
| OKLCH | oklch(0.613 0.092 180.0) |
Copy-ready code
/* CSS */
color: #369686;
background-color: #369686;
/* Tailwind (arbitrary) */
class="text-[#369686] bg-[#369686]"
/* SCSS */
$brand: #369686;
/* SwiftUI */
Color(red: 0.212, green: 0.588, blue: 0.525)
/* Android */
Color.parseColor("#369686")Accessibility — WCAG contrast
Aa
#369686 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369686 on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.8%
Blue52.5%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow10.7%
Key (black)41.2%
Color previews
#369686 text on a black background
contrast 5.86:1
Card sample
#369686 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369686;
Background color
Panel with #369686 background
background-color: #369686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 150, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 150, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369686; background: linear-gradient(135deg, #369686, #366696);