Icebreaker
#b7c2cc
Here's everything about the color Icebreaker (#b7c2cc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #b7c2cc | |
|---|---|---|
| RGB | rgb(183, 194, 204) | |
| HSL | hsl(209, 17%, 76%) | |
| CMYK | cmyk(10%, 5%, 0%, 20%) | |
| LAB | lab(78, -2, -6) | |
| OKLCH | oklch(0.81 0.019 245) |
Color harmonies
Tints & shades
Code snippets
color: #b7c2cc;
background-color: #b7c2cc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFB7C2CC)
/* Swift / UIKit */
UIColor(red: 0.72, green: 0.76, blue: 0.80, alpha: 1.0)