#369693
a dark, vivid cyan · cool · closest name: teal
RGB
54, 150, 147
HSL
178°, 47%, 40%
CMYK
64, 0, 2, 41
Luminance
0.2470
Every format
| HEX | #369693 |
| RGB | rgb(54, 150, 147) |
| HSL | hsl(178, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 2%, 41%) |
| LAB | lab(56.8 -28.2 -6.7) |
| LCH | lch(56.8 29.0 193.3) |
| OKLCH | oklch(0.617 0.088 192.2) |
Copy-ready code
/* CSS */
color: #369693;
background-color: #369693;
/* Tailwind (arbitrary) */
class="text-[#369693] bg-[#369693]"
/* SCSS */
$brand: #369693;
/* SwiftUI */
Color(red: 0.212, green: 0.588, blue: 0.576)
/* Android */
Color.parseColor("#369693")Accessibility — WCAG contrast
Aa
#369693 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369693 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.8%
Blue57.6%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow2.0%
Key (black)41.2%
Color previews
#369693 text on a black background
contrast 5.94:1
Card sample
#369693 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369693;
Background color
Panel with #369693 background
background-color: #369693;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369693;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 150, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 150, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369693; background: linear-gradient(135deg, #369693, #365996);