#366d54
a dark, soft green · cool · closest name: teal
RGB
54, 109, 84
HSL
153°, 34%, 32%
CMYK
51, 0, 23, 57
Luminance
0.1236
Every format
| HEX | #366d54 |
| RGB | rgb(54, 109, 84) |
| HSL | hsl(153, 34%, 32%) |
| CMYK | cmyk(51%, 0%, 23%, 57%) |
| LAB | lab(41.8 -24.7 8.4) |
| LCH | lch(41.8 26.1 161.1) |
| OKLCH | oklch(0.489 0.072 162.4) |
Copy-ready code
/* CSS */
color: #366d54;
background-color: #366d54;
/* Tailwind (arbitrary) */
class="text-[#366d54] bg-[#366d54]"
/* SCSS */
$brand: #366d54;
/* SwiftUI */
Color(red: 0.212, green: 0.427, blue: 0.329)
/* Android */
Color.parseColor("#366d54")Accessibility — WCAG contrast
Aa
#366d54 on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#366d54 on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green42.7%
Blue32.9%
CMYK percentages
Cyan50.5%
Magenta0.0%
Yellow22.9%
Key (black)57.3%
Color previews
#366d54 text on a black background
contrast 3.47:1
Card sample
#366d54 text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #366d54;
Background color
Panel with #366d54 background
background-color: #366d54;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #366d54;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 109, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 109, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #366d54; background: linear-gradient(135deg, #366d54, #36616D);