Steam Bath
#ccd0da
Steam Bath is a color with the hex code #ccd0da. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ccd0da | |
|---|---|---|
| RGB | rgb(204, 208, 218) | |
| HSL | hsl(223, 16%, 83%) | |
| CMYK | cmyk(6%, 5%, 0%, 15%) | |
| LAB | lab(83, 0, -5) | |
| OKLCH | oklch(0.86 0.014 268) |
Color harmonies
Tints & shades
Code snippets
color: #ccd0da;
background-color: #ccd0da;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFCCD0DA)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.82, blue: 0.85, alpha: 1.0)