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