Somewhere in a Fairytale
#cc99dd
Here's everything about the color Somewhere in a Fairytale (#cc99dd) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc99dd | |
|---|---|---|
| RGB | rgb(204, 153, 221) | |
| HSL | hsl(285, 50%, 73%) | |
| CMYK | cmyk(8%, 31%, 0%, 13%) | |
| LAB | lab(70, 28, -27) | |
| OKLCH | oklch(0.75 0.11 318) |
Color harmonies
Tints & shades
Code snippets
color: #cc99dd;
background-color: #cc99dd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-sky-500 /* ≈ #00a6f4 */
/* Flutter */
Color(0xFFCC99DD)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.60, blue: 0.87, alpha: 1.0)