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