Trade Winds
#b7c5c6
Looking for the precise values behind Trade Winds (#b7c5c6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b7c5c6 | |
|---|---|---|
| RGB | rgb(183, 197, 198) | |
| HSL | hsl(184, 12%, 75%) | |
| CMYK | cmyk(8%, 1%, 0%, 22%) | |
| LAB | lab(78, -5, -2) | |
| OKLCH | oklch(0.81 0.015 202) |
Color harmonies
Tints & shades
Code snippets
color: #b7c5c6;
background-color: #b7c5c6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFB7C5C6)
/* Swift / UIKit */
UIColor(red: 0.72, green: 0.77, blue: 0.78, alpha: 1.0)