#36908b
a dark, vivid cyan · cool · closest name: teal
RGB
54, 144, 139
HSL
177°, 46%, 39%
CMYK
63, 0, 4, 44
Luminance
0.2259
Every format
| HEX | #36908b |
| RGB | rgb(54, 144, 139) |
| HSL | hsl(177, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 4%, 44%) |
| LAB | lab(54.6 -27.6 -5.3) |
| LCH | lch(54.6 28.1 190.8) |
| OKLCH | oklch(0.599 0.085 190.0) |
Copy-ready code
/* CSS */
color: #36908b;
background-color: #36908b;
/* Tailwind (arbitrary) */
class="text-[#36908b] bg-[#36908b]"
/* SCSS */
$brand: #36908b;
/* SwiftUI */
Color(red: 0.212, green: 0.565, blue: 0.545)
/* Android */
Color.parseColor("#36908b")Accessibility — WCAG contrast
Aa
#36908b on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36908b on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.5%
Blue54.5%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow3.5%
Key (black)43.5%
Color previews
#36908b text on a black background
contrast 5.52:1
Card sample
#36908b text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36908b;
Background color
Panel with #36908b background
background-color: #36908b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36908b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 144, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 144, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36908b; background: linear-gradient(135deg, #36908b, #365990);