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