#369487
a dark, vivid cyan · cool · closest name: teal
RGB
54, 148, 135
HSL
172°, 47%, 40%
CMYK
64, 0, 9, 42
Luminance
0.2371
Every format
| HEX | #369487 |
| RGB | rgb(54, 148, 135) |
| HSL | hsl(172, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 9%, 42%) |
| LAB | lab(55.8 -30.6 -1.3) |
| LCH | lch(55.8 30.7 182.4) |
| OKLCH | oklch(0.608 0.090 182.5) |
Copy-ready code
/* CSS */
color: #369487;
background-color: #369487;
/* Tailwind (arbitrary) */
class="text-[#369487] bg-[#369487]"
/* SCSS */
$brand: #369487;
/* SwiftUI */
Color(red: 0.212, green: 0.580, blue: 0.529)
/* Android */
Color.parseColor("#369487")Accessibility — WCAG contrast
Aa
#369487 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369487 on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.0%
Blue52.9%
CMYK percentages
Cyan63.5%
Magenta0.0%
Yellow8.8%
Key (black)42.0%
Color previews
#369487 text on a black background
contrast 5.74:1
Card sample
#369487 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369487;
Background color
Panel with #369487 background
background-color: #369487;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369487;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 148, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 148, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369487; background: linear-gradient(135deg, #369487, #366294);