New Love
#c6bbdb
New Love is a color with the hex code #c6bbdb. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c6bbdb | |
|---|---|---|
| RGB | rgb(198, 187, 219) | |
| HSL | hsl(261, 31%, 80%) | |
| CMYK | cmyk(10%, 15%, 0%, 14%) | |
| LAB | lab(78, 9, -15) | |
| OKLCH | oklch(0.81 0.046 301) |
Color harmonies
Tints & shades
Code snippets
color: #c6bbdb;
background-color: #c6bbdb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC6BBDB)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.73, blue: 0.86, alpha: 1.0)