#369191
a dark, vivid cyan · cool · closest name: teal
RGB
54, 145, 145
HSL
180°, 46%, 39%
CMYK
63, 0, 0, 43
Luminance
0.2308
Every format
| HEX | #369191 |
| RGB | rgb(54, 145, 145) |
| HSL | hsl(180, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 0%, 43%) |
| LAB | lab(55.1 -26.3 -8.0) |
| LCH | lch(55.1 27.5 196.9) |
| OKLCH | oklch(0.604 0.085 195.1) |
Copy-ready code
/* CSS */
color: #369191;
background-color: #369191;
/* Tailwind (arbitrary) */
class="text-[#369191] bg-[#369191]"
/* SCSS */
$brand: #369191;
/* SwiftUI */
Color(red: 0.212, green: 0.569, blue: 0.569)
/* Android */
Color.parseColor("#369191")Accessibility — WCAG contrast
Aa
#369191 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369191 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.9%
Blue56.9%
CMYK percentages
Cyan62.8%
Magenta0.0%
Yellow0.0%
Key (black)43.1%
Color previews
#369191 text on a black background
contrast 5.62:1
Card sample
#369191 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369191;
Background color
Panel with #369191 background
background-color: #369191;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369191;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 145, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 145, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369191; background: linear-gradient(135deg, #369191, #365491);