#358193
a dark, vivid cyan · cool · closest name: teal
RGB
53, 129, 147
HSL
192°, 47%, 39%
CMYK
64, 12, 0, 42
Luminance
0.1856
Every format
| HEX | #358193 |
| RGB | rgb(53, 129, 147) |
| HSL | hsl(192, 47%, 39%) |
| CMYK | cmyk(64%, 12%, 0%, 42%) |
| LAB | lab(50.2 -17.6 -16.6) |
| LCH | lch(50.2 24.2 223.5) |
| OKLCH | oklch(0.564 0.079 216.0) |
Copy-ready code
/* CSS */
color: #358193;
background-color: #358193;
/* Tailwind (arbitrary) */
class="text-[#358193] bg-[#358193]"
/* SCSS */
$brand: #358193;
/* SwiftUI */
Color(red: 0.208, green: 0.506, blue: 0.576)
/* Android */
Color.parseColor("#358193")Accessibility — WCAG contrast
Aa
#358193 on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#358193 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green50.6%
Blue57.6%
CMYK percentages
Cyan63.9%
Magenta12.2%
Yellow0.0%
Key (black)42.4%
Color previews
#358193 text on a black background
contrast 4.71:1
Card sample
#358193 text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #358193;
Background color
Panel with #358193 background
background-color: #358193;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #358193;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 129, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 129, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #358193; background: linear-gradient(135deg, #358193, #354293);