#369d95
a dark, vivid cyan · cool · closest name: teal
RGB
54, 157, 149
HSL
175°, 49%, 41%
CMYK
66, 0, 5, 38
Luminance
0.2707
Every format
| HEX | #369d95 |
| RGB | rgb(54, 157, 149) |
| HSL | hsl(175, 49%, 41%) |
| CMYK | cmyk(66%, 0%, 5%, 38%) |
| LAB | lab(59.0 -31.1 -4.5) |
| LCH | lch(59.0 31.4 188.2) |
| OKLCH | oklch(0.635 0.094 187.8) |
Copy-ready code
/* CSS */
color: #369d95;
background-color: #369d95;
/* Tailwind (arbitrary) */
class="text-[#369d95] bg-[#369d95]"
/* SCSS */
$brand: #369d95;
/* SwiftUI */
Color(red: 0.212, green: 0.616, blue: 0.584)
/* Android */
Color.parseColor("#369d95")Accessibility — WCAG contrast
Aa
#369d95 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369d95 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green61.6%
Blue58.4%
CMYK percentages
Cyan65.6%
Magenta0.0%
Yellow5.1%
Key (black)38.4%
Color previews
#369d95 text on a black background
contrast 6.41:1
Card sample
#369d95 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369d95;
Background color
Panel with #369d95 background
background-color: #369d95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369d95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 157, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 157, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369d95; background: linear-gradient(135deg, #369d95, #36609D);