#357b86
a dark, soft cyan · cool · closest name: teal
RGB
53, 123, 134
HSL
188°, 43%, 37%
CMYK
60, 8, 0, 48
Luminance
0.1664
Every format
| HEX | #357b86 |
| RGB | rgb(53, 123, 134) |
| HSL | hsl(188, 43%, 37%) |
| CMYK | cmyk(60%, 8%, 0%, 48%) |
| LAB | lab(47.8 -18.4 -12.6) |
| LCH | lch(47.8 22.3 214.4) |
| OKLCH | oklch(0.543 0.071 209.2) |
Copy-ready code
/* CSS */
color: #357b86;
background-color: #357b86;
/* Tailwind (arbitrary) */
class="text-[#357b86] bg-[#357b86]"
/* SCSS */
$brand: #357b86;
/* SwiftUI */
Color(red: 0.208, green: 0.482, blue: 0.525)
/* Android */
Color.parseColor("#357b86")Accessibility — WCAG contrast
Aa
#357b86 on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#357b86 on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green48.2%
Blue52.5%
CMYK percentages
Cyan60.4%
Magenta8.2%
Yellow0.0%
Key (black)47.5%
Color previews
#357b86 text on a black background
contrast 4.33:1
Card sample
#357b86 text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #357b86;
Background color
Panel with #357b86 background
background-color: #357b86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #357b86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 123, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 123, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #357b86; background: linear-gradient(135deg, #357b86, #354586);