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