#36938d
a dark, vivid cyan · cool · closest name: teal
RGB
54, 147, 141
HSL
176°, 46%, 39%
CMYK
63, 0, 4, 42
Luminance
0.2357
Every format
| HEX | #36938d |
| RGB | rgb(54, 147, 141) |
| HSL | hsl(176, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 4%, 42%) |
| LAB | lab(55.7 -28.5 -4.9) |
| LCH | lch(55.7 28.9 189.8) |
| OKLCH | oklch(0.607 0.087 189.1) |
Copy-ready code
/* CSS */
color: #36938d;
background-color: #36938d;
/* Tailwind (arbitrary) */
class="text-[#36938d] bg-[#36938d]"
/* SCSS */
$brand: #36938d;
/* SwiftUI */
Color(red: 0.212, green: 0.576, blue: 0.553)
/* Android */
Color.parseColor("#36938d")Accessibility — WCAG contrast
Aa
#36938d on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36938d on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green57.6%
Blue55.3%
CMYK percentages
Cyan63.3%
Magenta0.0%
Yellow4.1%
Key (black)42.4%
Color previews
#36938d text on a black background
contrast 5.71:1
Card sample
#36938d text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36938d;
Background color
Panel with #36938d background
background-color: #36938d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36938d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 147, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 147, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36938d; background: linear-gradient(135deg, #36938d, #365B93);