#36968a
a dark, vivid cyan · cool · closest name: teal
RGB
54, 150, 138
HSL
173°, 47%, 40%
CMYK
64, 0, 8, 41
Luminance
0.2443
Every format
| HEX | #36968a |
| RGB | rgb(54, 150, 138) |
| HSL | hsl(173, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 8%, 41%) |
| LAB | lab(56.5 -30.8 -1.9) |
| LCH | lch(56.5 30.8 183.6) |
| OKLCH | oklch(0.614 0.091 183.6) |
Copy-ready code
/* CSS */
color: #36968a;
background-color: #36968a;
/* Tailwind (arbitrary) */
class="text-[#36968a] bg-[#36968a]"
/* SCSS */
$brand: #36968a;
/* SwiftUI */
Color(red: 0.212, green: 0.588, blue: 0.541)
/* Android */
Color.parseColor("#36968a")Accessibility — WCAG contrast
Aa
#36968a on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36968a on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.8%
Blue54.1%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow8.0%
Key (black)41.2%
Color previews
#36968a text on a black background
contrast 5.89:1
Card sample
#36968a text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36968a;
Background color
Panel with #36968a background
background-color: #36968a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36968a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 150, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 150, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36968a; background: linear-gradient(135deg, #36968a, #366296);