#348ba2
a dark, vivid cyan · cool · closest name: teal
RGB
52, 139, 162
HSL
193°, 51%, 42%
CMYK
68, 14, 0, 37
Luminance
0.2180
Every format
| HEX | #348ba2 |
| RGB | rgb(52, 139, 162) |
| HSL | hsl(193, 51%, 42%) |
| CMYK | cmyk(68%, 14%, 0%, 37%) |
| LAB | lab(53.8 -18.3 -19.8) |
| LCH | lch(53.8 26.9 227.2) |
| OKLCH | oklch(0.595 0.088 218.6) |
Copy-ready code
/* CSS */
color: #348ba2;
background-color: #348ba2;
/* Tailwind (arbitrary) */
class="text-[#348ba2] bg-[#348ba2]"
/* SCSS */
$brand: #348ba2;
/* SwiftUI */
Color(red: 0.204, green: 0.545, blue: 0.635)
/* Android */
Color.parseColor("#348ba2")Accessibility — WCAG contrast
Aa
#348ba2 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#348ba2 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green54.5%
Blue63.5%
CMYK percentages
Cyan67.9%
Magenta14.2%
Yellow0.0%
Key (black)36.5%
Color previews
#348ba2 text on a black background
contrast 5.36:1
Card sample
#348ba2 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #348ba2;
Background color
Panel with #348ba2 background
background-color: #348ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #348ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 139, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 139, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #348ba2; background: linear-gradient(135deg, #348ba2, #3442A2);