#369390
a dark, vivid cyan · cool · closest name: teal
RGB
54, 147, 144
HSL
178°, 46%, 39%
CMYK
63, 0, 2, 42
Luminance
0.2367
Every format
| HEX | #369390 |
| RGB | rgb(54, 147, 144) |
| HSL | hsl(178, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 2%, 42%) |
| LAB | lab(55.8 -27.6 -6.5) |
| LCH | lch(55.8 28.4 193.3) |
| OKLCH | oklch(0.608 0.086 192.1) |
Copy-ready code
/* CSS */
color: #369390;
background-color: #369390;
/* Tailwind (arbitrary) */
class="text-[#369390] bg-[#369390]"
/* SCSS */
$brand: #369390;
/* SwiftUI */
Color(red: 0.212, green: 0.576, blue: 0.565)
/* Android */
Color.parseColor("#369390")Accessibility — WCAG contrast
Aa
#369390 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369390 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green57.6%
Blue56.5%
CMYK percentages
Cyan63.3%
Magenta0.0%
Yellow2.0%
Key (black)42.4%
Color previews
#369390 text on a black background
contrast 5.73:1
Card sample
#369390 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369390;
Background color
Panel with #369390 background
background-color: #369390;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369390;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 147, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 147, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369390; background: linear-gradient(135deg, #369390, #365893);