Pastel Violet
#cb99c9
Pastel Violet is a color with the hex code #cb99c9. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cb99c9 | |
|---|---|---|
| RGB | rgb(203, 153, 201) | |
| HSL | hsl(302, 32%, 70%) | |
| CMYK | cmyk(0%, 25%, 1%, 20%) | |
| LAB | lab(69, 25, -17) | |
| OKLCH | oklch(0.75 0.088 328) |
Color harmonies
Tints & shades
Code snippets
color: #cb99c9;
background-color: #cb99c9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFCB99C9)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.60, blue: 0.79, alpha: 1.0)