#348b71
a dark, vivid cyan · cool · closest name: seagreen
RGB
52, 139, 113
HSL
162°, 46%, 38%
CMYK
63, 0, 19, 46
Luminance
0.2039
Every format
| HEX | #348b71 |
| RGB | rgb(52, 139, 113) |
| HSL | hsl(162, 46%, 38%) |
| CMYK | cmyk(63%, 0%, 19%, 46%) |
| LAB | lab(52.3 -32.6 6.3) |
| LCH | lch(52.3 33.2 169.1) |
| OKLCH | oklch(0.577 0.093 170.1) |
Copy-ready code
/* CSS */
color: #348b71;
background-color: #348b71;
/* Tailwind (arbitrary) */
class="text-[#348b71] bg-[#348b71]"
/* SCSS */
$brand: #348b71;
/* SwiftUI */
Color(red: 0.204, green: 0.545, blue: 0.443)
/* Android */
Color.parseColor("#348b71")Accessibility — WCAG contrast
Aa
#348b71 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#348b71 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green54.5%
Blue44.3%
CMYK percentages
Cyan62.6%
Magenta0.0%
Yellow18.7%
Key (black)45.5%
Color previews
#348b71 text on a black background
contrast 5.08:1
Card sample
#348b71 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #348b71;
Background color
Panel with #348b71 background
background-color: #348b71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #348b71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 139, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 139, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #348b71; background: linear-gradient(135deg, #348b71, #346B8B);