#5cacaf
a balanced, soft cyan · cool · closest name: teal
RGB
92, 172, 175
HSL
182°, 34%, 52%
CMYK
47, 2, 0, 31
Luminance
0.3488
Every format
| HEX | #5cacaf |
| RGB | rgb(92, 172, 175) |
| HSL | hsl(182, 34%, 52%) |
| CMYK | cmyk(47%, 2%, 0%, 31%) |
| LAB | lab(65.7 -23.7 -9.2) |
| LCH | lch(65.7 25.4 201.1) |
| OKLCH | oklch(0.695 0.079 198.7) |
Copy-ready code
/* CSS */
color: #5cacaf;
background-color: #5cacaf;
/* Tailwind (arbitrary) */
class="text-[#5cacaf] bg-[#5cacaf]"
/* SCSS */
$brand: #5cacaf;
/* SwiftUI */
Color(red: 0.361, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#5cacaf")Accessibility — WCAG contrast
Aa
#5cacaf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cacaf on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green67.5%
Blue68.6%
CMYK percentages
Cyan47.4%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#5cacaf text on a black background
contrast 7.98:1
Card sample
#5cacaf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cacaf;
Background color
Panel with #5cacaf background
background-color: #5cacaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cacaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cacaf; background: linear-gradient(135deg, #5cacaf, #5C75AF);