#347669
a dark, soft cyan · cool · closest name: teal
RGB
52, 118, 105
HSL
168°, 39%, 33%
CMYK
56, 0, 11, 54
Luminance
0.1471
Every format
| HEX | #347669 |
| RGB | rgb(52, 118, 105) |
| HSL | hsl(168, 39%, 33%) |
| CMYK | cmyk(56%, 0%, 11%, 54%) |
| LAB | lab(45.2 -24.4 0.8) |
| LCH | lch(45.2 24.4 178.1) |
| OKLCH | oklch(0.519 0.071 178.6) |
Copy-ready code
/* CSS */
color: #347669;
background-color: #347669;
/* Tailwind (arbitrary) */
class="text-[#347669] bg-[#347669]"
/* SCSS */
$brand: #347669;
/* SwiftUI */
Color(red: 0.204, green: 0.463, blue: 0.412)
/* Android */
Color.parseColor("#347669")Accessibility — WCAG contrast
Aa
#347669 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#347669 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green46.3%
Blue41.2%
CMYK percentages
Cyan55.9%
Magenta0.0%
Yellow11.0%
Key (black)53.7%
Color previews
#347669 text on a black background
contrast 3.94:1
Card sample
#347669 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #347669;
Background color
Panel with #347669 background
background-color: #347669;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #347669;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 118, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 118, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #347669; background: linear-gradient(135deg, #347669, #345776);