#369477
a dark, vivid cyan · cool · closest name: seagreen
RGB
54, 148, 119
HSL
162°, 47%, 40%
CMYK
64, 0, 20, 42
Luminance
0.2330
Every format
| HEX | #369477 |
| RGB | rgb(54, 148, 119) |
| HSL | hsl(162, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 20%, 42%) |
| LAB | lab(55.4 -34.8 7.3) |
| LCH | lch(55.4 35.6 168.2) |
| OKLCH | oklch(0.603 0.099 169.2) |
Copy-ready code
/* CSS */
color: #369477;
background-color: #369477;
/* Tailwind (arbitrary) */
class="text-[#369477] bg-[#369477]"
/* SCSS */
$brand: #369477;
/* SwiftUI */
Color(red: 0.212, green: 0.580, blue: 0.467)
/* Android */
Color.parseColor("#369477")Accessibility — WCAG contrast
Aa
#369477 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369477 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.0%
Blue46.7%
CMYK percentages
Cyan63.5%
Magenta0.0%
Yellow19.6%
Key (black)42.0%
Color previews
#369477 text on a black background
contrast 5.66:1
Card sample
#369477 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369477;
Background color
Panel with #369477 background
background-color: #369477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 148, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 148, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369477; background: linear-gradient(135deg, #369477, #367294);