#347472
a dark, soft cyan · cool · closest name: teal
RGB
52, 116, 114
HSL
178°, 38%, 33%
CMYK
55, 0, 2, 55
Luminance
0.1444
Every format
| HEX | #347472 |
| RGB | rgb(52, 116, 114) |
| HSL | hsl(178, 38%, 33%) |
| CMYK | cmyk(55%, 0%, 2%, 55%) |
| LAB | lab(44.9 -20.9 -5.1) |
| LCH | lch(44.9 21.5 193.8) |
| OKLCH | oklch(0.517 0.066 192.6) |
Copy-ready code
/* CSS */
color: #347472;
background-color: #347472;
/* Tailwind (arbitrary) */
class="text-[#347472] bg-[#347472]"
/* SCSS */
$brand: #347472;
/* SwiftUI */
Color(red: 0.204, green: 0.455, blue: 0.447)
/* Android */
Color.parseColor("#347472")Accessibility — WCAG contrast
Aa
#347472 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#347472 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green45.5%
Blue44.7%
CMYK percentages
Cyan55.2%
Magenta0.0%
Yellow1.7%
Key (black)54.5%
Color previews
#347472 text on a black background
contrast 3.89:1
Card sample
#347472 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #347472;
Background color
Panel with #347472 background
background-color: #347472;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #347472;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 116, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 116, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #347472; background: linear-gradient(135deg, #347472, #344B74);