#369096
a dark, vivid cyan · cool · closest name: teal
RGB
54, 144, 150
HSL
184°, 47%, 40%
CMYK
64, 4, 0, 41
Luminance
0.2293
Every format
| HEX | #369096 |
| RGB | rgb(54, 144, 150) |
| HSL | hsl(184, 47%, 40%) |
| CMYK | cmyk(64%, 4%, 0%, 41%) |
| LAB | lab(55.0 -24.3 -11.1) |
| LCH | lch(55.0 26.7 204.5) |
| OKLCH | oklch(0.603 0.084 201.4) |
Copy-ready code
/* CSS */
color: #369096;
background-color: #369096;
/* Tailwind (arbitrary) */
class="text-[#369096] bg-[#369096]"
/* SCSS */
$brand: #369096;
/* SwiftUI */
Color(red: 0.212, green: 0.565, blue: 0.588)
/* Android */
Color.parseColor("#369096")Accessibility — WCAG contrast
Aa
#369096 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369096 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.5%
Blue58.8%
CMYK percentages
Cyan64.0%
Magenta4.0%
Yellow0.0%
Key (black)41.2%
Color previews
#369096 text on a black background
contrast 5.59:1
Card sample
#369096 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369096;
Background color
Panel with #369096 background
background-color: #369096;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369096;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 144, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 144, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369096; background: linear-gradient(135deg, #369096, #365096);