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