Wandering River
#73a4c6
Looking for the precise values behind Wandering River (#73a4c6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #73a4c6 | |
|---|---|---|
| RGB | rgb(115, 164, 198) | |
| HSL | hsl(205, 42%, 61%) | |
| CMYK | cmyk(42%, 17%, 0%, 22%) | |
| LAB | lab(65, -10, -23) | |
| OKLCH | oklch(0.7 0.072 239) |
Color harmonies
Tints & shades
Code snippets
color: #73a4c6;
background-color: #73a4c6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF73A4C6)
/* Swift / UIKit */
UIColor(red: 0.45, green: 0.64, blue: 0.78, alpha: 1.0)