#5ca2ac
a balanced, soft cyan · cool · closest name: teal
RGB
92, 162, 172
HSL
188°, 33%, 52%
CMYK
47, 6, 0, 33
Luminance
0.3109
Every format
| HEX | #5ca2ac |
| RGB | rgb(92, 162, 172) |
| HSL | hsl(188, 33%, 52%) |
| CMYK | cmyk(47%, 6%, 0%, 33%) |
| LAB | lab(62.6 -19.3 -12.1) |
| LCH | lch(62.6 22.8 211.9) |
| OKLCH | oklch(0.670 0.072 207.4) |
Copy-ready code
/* CSS */
color: #5ca2ac;
background-color: #5ca2ac;
/* Tailwind (arbitrary) */
class="text-[#5ca2ac] bg-[#5ca2ac]"
/* SCSS */
$brand: #5ca2ac;
/* SwiftUI */
Color(red: 0.361, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#5ca2ac")Accessibility — WCAG contrast
Aa
#5ca2ac on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ca2ac on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green63.5%
Blue67.5%
CMYK percentages
Cyan46.5%
Magenta5.8%
Yellow0.0%
Key (black)32.5%
Color previews
#5ca2ac text on a black background
contrast 7.22:1
Card sample
#5ca2ac text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ca2ac;
Background color
Panel with #5ca2ac background
background-color: #5ca2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ca2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ca2ac; background: linear-gradient(135deg, #5ca2ac, #5C6DAC);