Starship Tonic
#cce7e8
Starship Tonic is a color with the hex code #cce7e8. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cce7e8 | |
|---|---|---|
| RGB | rgb(204, 231, 232) | |
| HSL | hsl(182, 38%, 85%) | |
| CMYK | cmyk(12%, 0%, 0%, 9%) | |
| LAB | lab(90, -9, -4) | |
| OKLCH | oklch(0.91 0.028 199) |
Color harmonies
Tints & shades
Code snippets
color: #cce7e8;
background-color: #cce7e8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCCE7E8)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.91, blue: 0.91, alpha: 1.0)