Bird Bath Blue
#cddfe7
Bird Bath Blue is a color with the hex code #cddfe7. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cddfe7 | |
|---|---|---|
| RGB | rgb(205, 223, 231) | |
| HSL | hsl(198, 35%, 85%) | |
| CMYK | cmyk(11%, 3%, 0%, 9%) | |
| LAB | lab(88, -5, -6) | |
| OKLCH | oklch(0.89 0.022 226) |
Color harmonies
Tints & shades
Code snippets
color: #cddfe7;
background-color: #cddfe7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFCDDFE7)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.87, blue: 0.91, alpha: 1.0)