#348484
a dark, soft cyan · cool · closest name: teal
RGB
52, 132, 132
HSL
180°, 44%, 36%
CMYK
61, 0, 0, 48
Luminance
0.1890
Every format
| HEX | #348484 |
| RGB | rgb(52, 132, 132) |
| HSL | hsl(180, 44%, 36%) |
| CMYK | cmyk(61%, 0%, 0%, 48%) |
| LAB | lab(50.6 -23.9 -7.3) |
| LCH | lch(50.6 25.0 196.9) |
| OKLCH | oklch(0.565 0.077 195.2) |
Copy-ready code
/* CSS */
color: #348484;
background-color: #348484;
/* Tailwind (arbitrary) */
class="text-[#348484] bg-[#348484]"
/* SCSS */
$brand: #348484;
/* SwiftUI */
Color(red: 0.204, green: 0.518, blue: 0.518)
/* Android */
Color.parseColor("#348484")Accessibility — WCAG contrast
Aa
#348484 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#348484 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green51.8%
Blue51.8%
CMYK percentages
Cyan60.6%
Magenta0.0%
Yellow0.0%
Key (black)48.2%
Color previews
#348484 text on a black background
contrast 4.78:1
Card sample
#348484 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #348484;
Background color
Panel with #348484 background
background-color: #348484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #348484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 132, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 132, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #348484; background: linear-gradient(135deg, #348484, #344F84);