#36a18f
a dark, vivid cyan · cool · closest name: teal
RGB
54, 161, 143
HSL
170°, 50%, 42%
CMYK
67, 0, 11, 37
Luminance
0.2826
Every format
| HEX | #36a18f |
| RGB | rgb(54, 161, 143) |
| HSL | hsl(170, 50%, 42%) |
| CMYK | cmyk(67%, 0%, 11%, 37%) |
| LAB | lab(60.1 -34.6 0.5) |
| LCH | lch(60.1 34.6 179.2) |
| OKLCH | oklch(0.644 0.100 179.6) |
Copy-ready code
/* CSS */
color: #36a18f;
background-color: #36a18f;
/* Tailwind (arbitrary) */
class="text-[#36a18f] bg-[#36a18f]"
/* SCSS */
$brand: #36a18f;
/* SwiftUI */
Color(red: 0.212, green: 0.631, blue: 0.561)
/* Android */
Color.parseColor("#36a18f")Accessibility — WCAG contrast
Aa
#36a18f on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36a18f on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green63.1%
Blue56.1%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow11.2%
Key (black)36.9%
Color previews
#36a18f text on a black background
contrast 6.65:1
Card sample
#36a18f text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36a18f;
Background color
Panel with #36a18f background
background-color: #36a18f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36a18f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 161, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 161, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36a18f; background: linear-gradient(135deg, #36a18f, #366CA1);