Spa
#ceece7
Looking for the precise values behind Spa (#ceece7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ceece7 | |
|---|---|---|
| RGB | rgb(206, 236, 231) | |
| HSL | hsl(170, 44%, 87%) | |
| CMYK | cmyk(13%, 0%, 2%, 7%) | |
| LAB | lab(91, -11, -1) | |
| OKLCH | oklch(0.92 0.032 185) |
Color harmonies
Tints & shades
Code snippets
color: #ceece7;
background-color: #ceece7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCEECE7)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.93, blue: 0.91, alpha: 1.0)