#369c87
a dark, vivid cyan · cool · closest name: teal
RGB
54, 156, 135
HSL
168°, 49%, 41%
CMYK
65, 0, 14, 39
Luminance
0.2631
Every format
| HEX | #369c87 |
| RGB | rgb(54, 156, 135) |
| HSL | hsl(168, 49%, 41%) |
| CMYK | cmyk(65%, 0%, 14%, 39%) |
| LAB | lab(58.3 -34.4 2.4) |
| LCH | lch(58.3 34.5 176.0) |
| OKLCH | oklch(0.628 0.099 176.6) |
Copy-ready code
/* CSS */
color: #369c87;
background-color: #369c87;
/* Tailwind (arbitrary) */
class="text-[#369c87] bg-[#369c87]"
/* SCSS */
$brand: #369c87;
/* SwiftUI */
Color(red: 0.212, green: 0.612, blue: 0.529)
/* Android */
Color.parseColor("#369c87")Accessibility — WCAG contrast
Aa
#369c87 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369c87 on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green61.2%
Blue52.9%
CMYK percentages
Cyan65.4%
Magenta0.0%
Yellow13.5%
Key (black)38.8%
Color previews
#369c87 text on a black background
contrast 6.26:1
Card sample
#369c87 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369c87;
Background color
Panel with #369c87 background
background-color: #369c87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369c87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 156, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 156, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369c87; background: linear-gradient(135deg, #369c87, #366D9C);