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