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