#369682
a dark, vivid cyan · cool · closest name: teal
RGB
54, 150, 130
HSL
168°, 47%, 40%
CMYK
64, 0, 13, 41
Luminance
0.2421
Every format
| HEX | #369682 |
| RGB | rgb(54, 150, 130) |
| HSL | hsl(168, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 13%, 41%) |
| LAB | lab(56.3 -32.9 2.3) |
| LCH | lch(56.3 33.0 176.0) |
| OKLCH | oklch(0.611 0.095 176.6) |
Copy-ready code
/* CSS */
color: #369682;
background-color: #369682;
/* Tailwind (arbitrary) */
class="text-[#369682] bg-[#369682]"
/* SCSS */
$brand: #369682;
/* SwiftUI */
Color(red: 0.212, green: 0.588, blue: 0.510)
/* Android */
Color.parseColor("#369682")Accessibility — WCAG contrast
Aa
#369682 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369682 on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.8%
Blue51.0%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow13.3%
Key (black)41.2%
Color previews
#369682 text on a black background
contrast 5.84:1
Card sample
#369682 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369682;
Background color
Panel with #369682 background
background-color: #369682;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369682;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 150, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 150, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369682; background: linear-gradient(135deg, #369682, #366A96);