#369077
a dark, vivid cyan · cool · closest name: teal
RGB
54, 144, 119
HSL
163°, 46%, 39%
CMYK
63, 0, 17, 44
Luminance
0.2206
Every format
| HEX | #369077 |
| RGB | rgb(54, 144, 119) |
| HSL | hsl(163, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 17%, 44%) |
| LAB | lab(54.1 -33.0 5.4) |
| LCH | lch(54.1 33.4 170.7) |
| OKLCH | oklch(0.592 0.094 171.5) |
Copy-ready code
/* CSS */
color: #369077;
background-color: #369077;
/* Tailwind (arbitrary) */
class="text-[#369077] bg-[#369077]"
/* SCSS */
$brand: #369077;
/* SwiftUI */
Color(red: 0.212, green: 0.565, blue: 0.467)
/* Android */
Color.parseColor("#369077")Accessibility — WCAG contrast
Aa
#369077 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369077 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.5%
Blue46.7%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow17.4%
Key (black)43.5%
Color previews
#369077 text on a black background
contrast 5.41:1
Card sample
#369077 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369077;
Background color
Panel with #369077 background
background-color: #369077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 144, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 144, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369077; background: linear-gradient(135deg, #369077, #366D90);