#369079
a dark, vivid cyan · cool · closest name: teal
RGB
54, 144, 121
HSL
165°, 46%, 39%
CMYK
63, 0, 16, 44
Luminance
0.2211
Every format
| HEX | #369079 |
| RGB | rgb(54, 144, 121) |
| HSL | hsl(165, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 16%, 44%) |
| LAB | lab(54.1 -32.5 4.4) |
| LCH | lch(54.1 32.8 172.4) |
| OKLCH | oklch(0.593 0.093 173.2) |
Copy-ready code
/* CSS */
color: #369079;
background-color: #369079;
/* Tailwind (arbitrary) */
class="text-[#369079] bg-[#369079]"
/* SCSS */
$brand: #369079;
/* SwiftUI */
Color(red: 0.212, green: 0.565, blue: 0.475)
/* Android */
Color.parseColor("#369079")Accessibility — WCAG contrast
Aa
#369079 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369079 on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.5%
Blue47.5%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow16.0%
Key (black)43.5%
Color previews
#369079 text on a black background
contrast 5.42:1
Card sample
#369079 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369079;
Background color
Panel with #369079 background
background-color: #369079;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369079;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 144, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 144, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369079; background: linear-gradient(135deg, #369079, #366B90);