#369691
a dark, vivid cyan · cool · closest name: teal
RGB
54, 150, 145
HSL
177°, 47%, 40%
CMYK
64, 0, 3, 41
Luminance
0.2464
Every format
| HEX | #369691 |
| RGB | rgb(54, 150, 145) |
| HSL | hsl(177, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 3%, 41%) |
| LAB | lab(56.7 -28.8 -5.6) |
| LCH | lch(56.7 29.4 191.1) |
| OKLCH | oklch(0.616 0.089 190.2) |
Copy-ready code
/* CSS */
color: #369691;
background-color: #369691;
/* Tailwind (arbitrary) */
class="text-[#369691] bg-[#369691]"
/* SCSS */
$brand: #369691;
/* SwiftUI */
Color(red: 0.212, green: 0.588, blue: 0.569)
/* Android */
Color.parseColor("#369691")Accessibility — WCAG contrast
Aa
#369691 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369691 on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.8%
Blue56.9%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow3.3%
Key (black)41.2%
Color previews
#369691 text on a black background
contrast 5.93:1
Card sample
#369691 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369691;
Background color
Panel with #369691 background
background-color: #369691;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369691;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 150, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 150, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369691; background: linear-gradient(135deg, #369691, #365B96);