Super Pink
#ce6ba6
Super Pink, represented by the hex value #ce6ba6, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ce6ba6 | |
|---|---|---|
| RGB | rgb(206, 107, 166) | |
| HSL | hsl(324, 50%, 61%) | |
| CMYK | cmyk(0%, 48%, 19%, 19%) | |
| LAB | lab(59, 45, -13) | |
| OKLCH | oklch(0.66 0.143 345) |
Color harmonies
Tints & shades
Code snippets
color: #ce6ba6;
background-color: #ce6ba6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFCE6BA6)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.42, blue: 0.65, alpha: 1.0)