Gentle Cold
#c3ece9
Looking for the precise values behind Gentle Cold (#c3ece9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c3ece9 | |
|---|---|---|
| RGB | rgb(195, 236, 233) | |
| HSL | hsl(176, 52%, 85%) | |
| CMYK | cmyk(17%, 0%, 1%, 7%) | |
| LAB | lab(90, -14, -3) | |
| OKLCH | oklch(0.91 0.043 191) |
Color harmonies
Tints & shades
Code snippets
color: #c3ece9;
background-color: #c3ece9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC3ECE9)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.93, blue: 0.91, alpha: 1.0)